Roibal / Cryptocurrency-Trading-Bots-Python-Beginner-Advance

Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
https://www.youtube.com/channel/UCVTnyT4fUxYkvawbggo8-AQ
MIT License
1.29k stars 438 forks source link

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/ #20

Closed akmalsoliev closed 5 years ago

akmalsoliev commented 5 years ago

When you get this issue to download the Visual Studio Installer: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017 If you are from the far away future and the above link doesn't work, just google Visual Studio Installer.

Under Workloads select Desktop development with C++: image

Also, select python under Web&Cloud: image

Lastly, I've installed Windows 10 SDK: image

Don't forget to reboot and then you can install python-binance via pip

Roibal commented 5 years ago

Thank you very kindly for the write-up!!