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

Install warrant ERROR #159

Open
qiaocy opened this issue Aug 7, 2020 · 3 comments
Open

Install warrant ERROR #159

qiaocy opened this issue Aug 7, 2020 · 3 comments

Comments

@qiaocy
Copy link

qiaocy commented Aug 7, 2020

pip install warrant
ERROR: Command errored out with exit status 1: 'C:\Python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\pane\AppData\Local\Temp\pycharm-packaging\pycryptodome\setup.py'"'"'; file='"'"'C:\Users\pane\AppData\Local\Temp\pycharm-packaging\pycryptodome\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\pane\AppData\Local\Temp\pip-record-uojqqv1k\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Python37\Include\pycryptodome' Check the logs for full command output.

Installation error,How can I solve this problem?

@michael-ym-zhang
Copy link

michael-ym-zhang commented Apr 7, 2021

same error here
installing under windows 10, py 3.9
ERROR: Command errored out with exit status 1: 'c:\dev\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\username\\AppData\\Local\\Temp\\1\\pip-install-2qz5go90\\pycryptodome\\setup.py'"'"'; __file__='"'"'C:\\Users\\username\\AppData\\Local\\Temp\\1\\pip-install-2qz5go90\\pycryptodome\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\username\AppData\Local\Temp\1\pip-record-gqgz24b2\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\dev\python\python39\Include\pycryptodome' Check the logs for full command output.

I could install
pycryptodome-3.10.1.dist-info
but not
pycryptodome-3.3.1
I dont think the issue is related to this package - but could we look update the dependency version

@michael-ym-zhang
Copy link

@simgagne
Copy link

had it work using conda just use conda install ... package

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

3 participants