A
A
arynyklas2020-01-06 18:02:07
Python
arynyklas, 2020-01-06 18:02:07

PyCrypto is not installed for PyInstaller to work. What to do?

Tried to install PyCrypto but fails with this error:

Command "C:\Users\Admin\AppData\Local\Programs\Python\Python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-5l8x8czi\\pycrypto\\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\Admin\AppData\Local\Temp\pip-record-38549p5s\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Admin\AppData\Local\Temp\pip-install-5l8x8czi\pycrypto\
You are using pip version 19.0.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

ps this is the last part

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Ternick, 2020-01-07
@arynyklas

Try to find your lib on this site and download and install it yourself. ( KLATS )
In my opinion, there should be a file with the .whl extension in the end and then write in the console
Maybe it will work out like this)
What do you need in pyCrypto?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question