Skip to content
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

Unable to run zdata.py file #60

Open
NV12 opened this issue Jun 6, 2024 · 1 comment
Open

Unable to run zdata.py file #60

NV12 opened this issue Jun 6, 2024 · 1 comment

Comments

@NV12
Copy link

NV12 commented Jun 6, 2024

Describe the bug
Module not found error

Code snippet
from jugaad_trader import Zerodha
kite = Zerodha()

Set access token loads the stored session.

Name chosen to keep it compatible with kiteconnect.

kite.set_access_token()

Get profile

profile = kite.profile()
print(profile)

Error
ModuleNotFoundError: No module named 'jugaad_trader'

Additional context
Add any other context about the problem here.

@hemangjoshi37a
Copy link

pip install jugaad_trader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants