☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
797
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
November 2018
subhag
Command "python setup.py egg_info" failed with error code 1 / pip install --upgrade kiteconnect
subhag
November 2018
in
Python client
pip install --upgrade kiteconnect
Not working Getting Error:-
Command "python setup.py egg_info" failed with error code 1
subhag
November 2018
Even after downgrading Python from 3.7 to 3.6 ...it's not working...
Python version :- Python 3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 12:45:02) [MSC v.1900 32 bit (Intel)] on win32
Error:-
Command "c:\users\subhag.ghosh\appdata\local\programs\python\python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\SUBHAG~1.GHO\\AppData\\Local\\Temp\\pip-install-44d7yszl\\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\SUBHAG~1.GHO\AppData\Local\Temp\pip-record-l8jf3uuz\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\SUBHAG~1.GHO\AppData\Local\Temp\pip-install-44d7yszl\Twisted\
image.png
2.1K
subhag
November 2018
Anyone, could you please let me know...which is a workable version of python to import kiteconnect?
subhag
November 2018
What Worked:-
1. Installed Python 2.7.15
2. Upgraded the PIP :- python -m pip install --upgrade pip
3. Downloaded :- Microsoft Visual C++ Compiler for Python 2.7 from
https://www.microsoft.com/en-us/download/details.aspx?id=44266
4. ppip install --upgrade kiteconnect
pip install --upgrade kiteconnect
Thanks God.
This discussion has been closed.
Python version :- Python 3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 12:45:02) [MSC v.1900 32 bit (Intel)] on win32
Error:-
Command "c:\users\subhag.ghosh\appdata\local\programs\python\python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\SUBHAG~1.GHO\\AppData\\Local\\Temp\\pip-install-44d7yszl\\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\SUBHAG~1.GHO\AppData\Local\Temp\pip-record-l8jf3uuz\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\SUBHAG~1.GHO\AppData\Local\Temp\pip-install-44d7yszl\Twisted\
1. Installed Python 2.7.15
2. Upgraded the PIP :- python -m pip install --upgrade pip
3. Downloaded :- Microsoft Visual C++ Compiler for Python 2.7 from https://www.microsoft.com/en-us/download/details.aspx?id=44266
4. ppip install --upgrade kiteconnect
pip install --upgrade kiteconnect
Thanks God.