jugaad-py / jugaad-trader

Unofficial python client for Zerodha
https://marketsetup.in/documentation/jugaad-trader/
156 stars 110 forks source link

pip install not adding files with latest changes #30

Closed kool4u closed 10 months ago

kool4u commented 3 years ago

Jugaad trader lib does not show latest changes available in the code. I tried upgrading jugaad-trader, even I uninstalled it and installed it again using pip but still latest code is not showing up in the lib.

Can anyone please help me here.

kool4u commented 3 years ago

@sevakram Can you please check this query.

akashAD98 commented 3 years ago

im also facing the same issue. when i did pip show jugaad-trader ,its showing package is installed, but when i ran script its not working im getting this issue

(algo) E:\Share Market\ALGO TRADING\Training_Algo\akash\jugad_trader>py download_data.py Traceback (most recent call last): File "download_data.py", line 1, in from jugaad_trader import Zerodha ModuleNotFoundError: No module named 'jugaad_trader'

PrajwalShenoy commented 2 years ago

The issue might be due to the package not being updated in pypi I am using pip install git+https://github.com/jugaad-py/jugaad-trader.git with kiteconnect==4.1.0 havent faced any issues so far

sevakram commented 10 months ago

Closing this issue, This should be resolved with latest version