-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Data-Analysis/stocker/stocker.py #41
Comments
where are you importing it from? |
Same problem with Python 3.7.4 (Anaconda) Indeed not an issue anymore, just a name colliding with another module called stocker here: |
try pip install stocker on anaconda prompt. not in cmd |
same issue here, |
from stocker import Stocker
ImportError Traceback (most recent call last)
in
----> 1 from stocker import Stocker
ImportError: cannot import name 'Stocker' from 'stocker' (C:\Users\SHIVSHAKTI\stocker.py)
please help with this issue why I cannot import ??
The text was updated successfully, but these errors were encountered: