Hi all,
I wrote script using Python Binance on Ubuntu-VMWare and it run very well. I also wrote some other script on Windows environment for stock trading (using Python, too) and it run very well too. But when i install Python Binance by using pip on Windows, it failed and here is error:
Building wheel for ujson (PEP 517) … error
ERROR: Command errored out with exit status 1:
command: ‘c:\program files (x86)\python38-32\python.exe’ ‘c:\program files (x86)\python38-32\lib\site-packages\pip_vendor\pep517_in_process.py’ build_wheel ‘C:\Users\phamt\AppData\Local\Temp\tmp8s144gin’
cwd: C:\Users\phamt\AppData\Local\Temp\pip-install-cfi6eawq\ujson
Complete output (5 lines):
running bdist_wheel
running build
running build_ext
building ‘ujson’ extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: https://visualstudio.microsoft.com/visual-cpp-build-tools/ERROR: Failed building wheel for ujson
Failed to build ujson
ERROR: Could not build wheels for ujson which use PEP 517 and cannot be installed directly
What i can do? Ive already installed Microsoft Visual C++ 14.0 and it cant solve my problem.
Tks you!