I'm working on a crypto trading bot to interface with the Binance API. There has been a toolkit somebody has developed to interface with Binance easier (I haven't spent the time to learn Python HTTP Requests for REST APIs yet) and I am attempting to install this toolkit, which is where I am running into trouble.
The module wiki can be found here: https://python-binance.readthedocs.io/en/latest/
The error occurs while using !pip install python-binance
in Spyder. I keep getting an error and have spent hours repairing my Visual C++ 2015, 2017, etc. and trying to find them to add to my python path in case that was the issue.
Omitting all of the installation steps it spits out in my python console, it errors once it reaches this point every time. Unfortunately that landing hub link page isn't found. I've gone to Microsoft and updated to the latest versions as well. I'm guessing this has somethign to do with my paths in spyder, but I can't even find the Visual files in my computer beyond Visual Studio 8.
building 'twisted.test.raiser' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
---------------------------------------- Failed building wheel for Twisted Command "c:\users\g\anaconda3\python.exe -u -c "import
setuptools, tokenize;file='C:\Users\G\AppData\Local\Temp\pip-install-eyvyab9r\Twisted\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\G\AppData\Local\Temp\pip-record-vdboumt8\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\G\AppData\Local\Temp\pip-install-eyvyab9r\Twisted\"