Please help with Import libraries!!! | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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!!!!!

28th Sep 2018, 2:41 AM
Octavio Aguayo
Octavio Aguayo - avatar
3 Antworten
0
how did you download the libraries? (conda, pip, wget, etc.)
28th Sep 2018, 2:50 AM
Steven M
Steven M - avatar
0
I download them like PIP
29th Sep 2018, 8:35 PM
Octavio Aguayo
Octavio Aguayo - avatar
0
pip install panda pip install Quandl pip install ...
29th Sep 2018, 8:36 PM
Octavio Aguayo
Octavio Aguayo - avatar