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

Data-Analysis/stocker/stocker.py #41

Open
Superboysumit opened this issue May 30, 2019 · 4 comments
Open

Data-Analysis/stocker/stocker.py #41

Superboysumit opened this issue May 30, 2019 · 4 comments

Comments

@Superboysumit
Copy link

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 ??

@kevb10
Copy link

kevb10 commented Jun 24, 2019

where are you importing it from?

@franckvallee
Copy link

franckvallee commented Mar 8, 2020

Same problem with Python 3.7.4 (Anaconda)
pip install stocker worked fine
but cannot execute from stocker import Stocker ==>
ImportError: cannot import name 'Stocker' from 'stocker' (C:\PROGRAMS\Python\Python37\lib\site-packages\stocker_init_.py)

Indeed not an issue anymore, just a name colliding with another module called stocker here:
=> https://github.com/jcamiloangarita/stocker

@mehrdad021021
Copy link

try pip install stocker on anaconda prompt. not in cmd
that work ;)

@williamsin9g
Copy link

same issue here,
ImportError: cannot import name 'Stocker' from 'stocker' (unknown location)

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

5 participants