Python-binance: install python-binance

Created on 11 Apr 2018  路  6Comments  路  Source: sammchardy/python-binance

Hello, I installed Visual Studio Build Tools 2017 and tried pip install python-binance.

I have the following message: Failed building wheel for Twisted in the middle of the installation

And at the end I have

Command "d:\python\python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\Pascal\AppData\Local\Temp\pip-build-j_mn0o78\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\Pascal\AppData\Local\Temp\pip-zv1gwvc0-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Pascal\AppData\Local\Temp\pip-build-j_mn0o78\Twisted\

Is there anyone who would be kind to help me?

Many thanks,
Pascal

Most helpful comment

I just got the same error when installing (pip install python-binance).

Fixed it by installing Twisted from wheel as suggested by other users. See https://github.com/sammchardy/python-binance/issues/206#issuecomment-372597613 for a link there.

If you don't know how to install from wheel, here's a YouTube explanation: https://youtu.be/MzV4N4XUvYc

All 6 comments

I just got the same error when installing (pip install python-binance).

Fixed it by installing Twisted from wheel as suggested by other users. See https://github.com/sammchardy/python-binance/issues/206#issuecomment-372597613 for a link there.

If you don't know how to install from wheel, here's a YouTube explanation: https://youtu.be/MzV4N4XUvYc

ShervinDD, thank you very much for your help, it works now. Many thanks for your time, I really appreciate the community

ShervinDD, thank you very much!

@ShervinDD, thanks a lot.

@ShervinDD, i love you so much. <3

Thanks!!

Was this page helpful?
0 / 5 - 0 ratings