0
Please help with Import libraries!!!
I have a problem, I downloaded Panda and Quandl and when I use: import Quandl import Panda And I call a function it says that doesn’t exsist. I tryed puting in the command prompt Quandl and then my file like in pgzrun but it says that there’s no module called Quandl. Also I tried with import Quandle and at the end Quandle.go(). But it doesn’t work!!!!!!!! I am using Python 3 in a PC. Can you please help me!!!!!
3 Respuestas
0
how did you download the libraries? (conda, pip, wget, etc.)
0
I download them like PIP
0
pip install panda
pip install Quandl
pip install ...