Skip to content

Instantly share code, notes, and snippets.

Created February 9, 2016 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4ba8be1a065e5962eb0a to your computer and use it in GitHub Desktop.
Save anonymous/4ba8be1a065e5962eb0a to your computer and use it in GitHub Desktop.
--- import errors ---
Failed to import test module: octavia.tests.unit.amphorae.drivers.haproxy.test_ssh_driver
Traceback (most recent call last):
File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path
module = self._get_module_from_name(name)
File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
__import__(name)
File "octavia/tests/unit/amphorae/drivers/haproxy/test_ssh_driver.py", line 20, in <module>
import paramiko
File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/paramiko/__init__.py", line 30, in <module>
from paramiko.transport import SecurityOptions, Transport
File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/paramiko/transport.py", line 67, in <module>
from Crypto.Cipher import Blowfish, AES, DES3, ARC4
File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/Crypto/Cipher/ARC4.py", line 66, in <module>
from Crypto.Cipher import _ARC4
ImportError: /opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/Crypto/Cipher/_ARC4.so: undefined symbol: PyUnicodeUCS4_FromString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment