Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install PyCrypto #3

Open
tanc7 opened this issue Sep 8, 2021 · 0 comments
Open

Unable to install PyCrypto #3

tanc7 opened this issue Sep 8, 2021 · 0 comments

Comments

@tanc7
Copy link

tanc7 commented Sep 8, 2021

Using cached pycrypto-2.6.1.tar.gz (446 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-LnYxnM/pycrypto/setup.py'"'"'; file='"'"'/tmp/pip-install-LnYxnM/pycrypto/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-8R1LAn
cwd: /tmp/pip-install-LnYxnM/pycrypto/
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: invalid command 'egg_info'
----------------------------------------

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I think the best option is to port the code over to Python3 because Python 2.7 is deprecated. Nice tool though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant