I've freshly installed python (3.8.2), and I don't find any "Twisted" file for python 3.8. I tried to use cp3.7 and getting below error.
pip install .\Twisted-18.7.0-cp37-cp37m-win_amd64.whl ERROR: Twisted-18.7.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
Python I'm using
python Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> exit()
@Imran Thanks for your swift response. Appreciate it Sir.
I followed instructions there, but seems it's not working at all. Could it be because of python version? I'm using 3.8, but twisted file is having 3.7.
Hii sanat
Download this link
https://github.com/zerodhatech/python-wheels/blob/master/Twisted-17.9.0-cp36-cp36m-win_amd64.whl
Then
pip install path_to_download_twisted
Then try pip install kiteconnect
https://kite.trade/forum/discussion/4384/client-installation-issue#latest
https://github.com/zerodhatech/python-wheels/blob/master/Twisted-17.9.0-cp36-cp36m-win_amd64.whl
this page is not opening
error 404
can you share another link for the same
Thank you for support
I've freshly installed python (3.8.2), and I don't find any "Twisted" file for python 3.8. I tried to use cp3.7 and getting below error.
Python I'm using Should I downgrade Python to 3.7 ?
see this video for installation
https://youtube.com/watch?v=n04dtnMl_BU
Note: installation starts from 7:20 in the video
I followed instructions there, but seems it's not working at all. Could it be because of python version? I'm using 3.8, but twisted file is having 3.7.
For window's you can try installing twisted 3.8 using below command:
pip install Twisted‑19.7.0‑cp38‑cp38‑win_amd64.whl
But at Kite Python Wheels, I don't see file. Can you please share URL. Thank You.
Edit: I found one link, but it's not from Zerodha/Kite. Should I download it from there?