Python module installed but getting an import error in windows -


i installed python module, installation success. installed changing path in windows powershell folder , then

python setup.py install 

but when try import error message

no module named yahoo_finance 

any idea?

you don't have yahoo_finace module installed.

you can install module command:

python -m pip install yahoo_finance

here may read more pip:

https://pip.pypa.io/en/stable/reference/pip/


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -