edeposit / edeposit.amqp.ltp

Bindings to Long Time Preservation system
MIT License
0 stars 0 forks source link

error when installing module structures #34

Closed jstavel closed 8 years ago

jstavel commented 8 years ago

edeposit-aplikace:/opt/edeposit # edeposit_amqp_ltpd.py start --foreground Traceback (most recent call last): File "/usr/bin/edeposit_amqp_ltpd.py", line 20, in from edeposit.amqp.ltp.structures import ImportError: No module named structures edeposit-aplikace:/opt/edeposit # pip install -U structures You are using pip version 7.0.3, however version 7.1.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting structures /usr/lib/python2.7/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Downloading structures-2.0.2.tar.bz2 Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 20, in File "/tmp/pip-build-mqHuZg/structures/setup.py", line 6, in from structures import version File "structures/init.py", line 3, in from .structure import File "structures/structure.py", line 82 class Structure(object, metaclass=StructureMetaClass): ^ SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-mqHuZg/structures edeposit-aplikace:/opt/edeposit #

jstavel commented 8 years ago

is is fixed now. Closing.