This question has been asked a few times, but the remedy appears to complicated enough that I'm still searching for a user specific solution.
I recently installed Quandl module using pip command. Even after successful installation my python idle is still showing
Traceback (most recent call last):
File "F:Python36Machine Learning1.py", line 3, in <module>
import Quandl
ModuleNotFoundError: No module named 'Quandl'
- I have used import command in my code.
- I am using python 3.6.1 version.
- I am working on a windows 10 Desktop.
- I have also tried re-installation of module.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…