Please help with Import libraries!!! | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
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