WillKoehrsen / Data-Analysis

Data Science Using Python
https://medium.com/@williamkoehrsen/
MIT License
5.16k stars 3.64k forks source link

stocker not found #18

Closed mishra48 closed 5 years ago

mishra48 commented 5 years ago

when i try to use your code in pycharm it says that no module named stocker found.

QSCTech-Sange commented 5 years ago

It appears that u haven't installed all the necessary modules.

visjble commented 5 years ago

Had the same problem, stocker.py needs to be in the scope....

trupti-jadhav commented 5 years ago

Facing the same issue - no module named stocker

visjble commented 5 years ago

You have to copy the file in your folder

WillKoehrsen commented 5 years ago

You need to make sure to import Stocker in the correct directory. Make sure stocker.py is in the directory where you are running your scripts or Jupyter Notebook.