Juniper / wistar

Wistar is a tool to help create and share network topologies of virtual machines. It is designed to be light weight enough to run on a laptop or a small dedicated server.
http://wistar.readthedocs.io/en/latest/
Apache License 2.0
155 stars 41 forks source link

pip crypto does not install when specifying version 1.2.1 #15

Closed bgriffin- closed 7 years ago

bgriffin- commented 7 years ago

Failed building wheel for cryptography Running setup.py clean for cryptography Failed to build cryptography Installing collected packages: cryptography, paramiko, lxml, ncclient, jinja2, scp, junos-eznc, Django, websocket-client Running setup.py install for cryptography ... error Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-taXxJq/cryptography/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-yqa9I_-record/install-record.txt --single-version-externally-managed --compile:


Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-taXxJq/cryptography/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-yqa9I_-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-taXxJq/cryptography/


Completes fine when version is left off pip install: pip install pyvbox junos-eznc pyYAML Django==1.9.9 cryptography websocket-client

nembery commented 7 years ago

removed from README instructions. Thanks for the catch!