Open Shahar-do opened 4 years ago
I have the exact same issue
I only managed to make it work that way in linux
I install standalone Microsoft Visual C++ 14.0 ... fail Then I try install Microsoft Visual C++ using Microsoft C++ Build Tools from https://visualstudio.microsoft.com/visual-cpp-build-tools/ It solve the problem. Install MSVC using Build Tools takes about 4GB disk space. But at least it works! :-)
I install standalone Microsoft Visual C++ 14.0 ... fail Then I try install Microsoft Visual C++ using Microsoft C++ Build Tools from https://visualstudio.microsoft.com/visual-cpp-build-tools/ It solve the problem. Install MSVC using Build Tools takes about 4GB disk space. But at least it works! :-)
thank you so much. this solution was perfect.
Hello everyone.
In Short: I'm on windows 10, Python 3.7.6. I wish to know if Docker is mandatory. I am unable to install dependencies, and I'm not sure it's some local issue or simply installation can't be done without docker.
In Details:
pip install -r requirements.txt
fails becuase a specific package -it saysFailed building wheel for python-axolotl-curve25519
. When I try to only install this package - runningpip install python-axolotl-curve25519
. It also fails. cmd output: