-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'KiteConnect' #70
Comments
Hello Zerodha Team, Please help. Thanks |
We have tested in Linux and it seems working. This could be windows related issue. Can you run |
This seems to be happening with the latest versions of pip. From pip's message it seems that zerodha team will need to do a change in their setup.py : Below is the error/warning message that comes on
The above error that pip is giving has a link to an issue that is already logged in the context of kiteconnect. (pypa/pip#6998) Corresponding kiteconnect forum page: https://kite.trade/forum/discussion/4335/could-not-find-egg-info-directory-in-install-record-for-kiteconnect But not sure why the support thread has been closed, telling the user: This is not correct. The package installation is, in fact failing. |
@tushar2708 Package installation is showing a deprecation warning. I m checking into it now. Installation
Version
Egg directory
Sys path has correct path to egg to imports to work fine
We will fix the warning before pip moves to minor version. |
Fixed in https://pypi.org/project/kiteconnect/ v3.8.2 |
Hi,
I recently purchased Kiteconnect API and trying to install kiteconnect in python. I am getting the following error -
ImportError: cannot import name 'KiteConnect'
Here is what I did -
Name: kiteconnect
Version: 3.8.1
Summary: The official Python client for the Kite Connect trading API
Home-page: https://kite.trade
Author: Zerodha Technology Pvt ltd. (India)
Author-email: [email protected]
License: MIT
Location: c:\users\user.conda\envs\tensorflowgpu1\lib\site-packages\kiteconnect-3.8.1-py3.6.egg
Requires: requests, six, pyOpenSSL, enum34, python-dateutil, autobahn, pywin32
Required-by:
Please help.
Thanks
The text was updated successfully, but these errors were encountered: