+ 1
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!!!!!
16 Respuestas
+ 8
try this
py -m pip install quandl
+ 7
are they save to the right file?
+ 4
Octavio Aguayo
Sololearn does not have none standard python libraries for use.
+ 3
Octavio Aguayo
Have you used additional modules.
I believe you need to create virtual environments.
demostrated in the first 6 min of this video.
I have the same issue with requests recently, and the video was my solution. Install the pygame instead of requests.
https://www.youtube.com/watch?v=KnBntO0wayk&index=3&list=PLZ4VWXVGOuvQ1DlccHC02CK-bm_d1OTBM
+ 2
Octavio Aguayo
I believe you need to make an enviornment to use additional modules
edit:
https://packaging.python.org/guides/installing-using-pip-and-virtualenv/
+ 1
try importing it with lowercase 'Q':
import quandl
+ 1
Im using Python 3, Not Solo Learn. I am in Pc. I used the pip install Quandl and pip install panda in the command prompt. But thankyou
+ 1
I only used: pip install quandl and everything turn out well. But I saw a video that makes that and when writting import Quandl it worked for him. But for me not.
That happened to me when I used PyGame Zero but when I use PyGame Zero, I go to Command Promt and write pgzrun and then where is my file.
But I don’t know the command for Quandl, panda and PyBluez
+ 1
Octavio Aguayo
Why do you want pygame zero?
+ 1
I use C/C++ sdl2
I believe it is similar to the python version.
+ 1
I use C/C++ sdl2
I believe it is similar to the python version.
https://stackoverflow.com/questions/43954945/cant-install-pygame-sdl2
+ 1
Are both python 2 and python 3 installed on your pc? Try pip3 install instead of pip install. You might have installed the modules for python 2
0
ok
0
It says ‘No module named quandl’
0
Can somebody help me with that please?
??
0
They aren’t like saved somewhere.
They are just installed in pip. That happened with pgz but in command promt it works. But if I put import, then it doesn’t works. I need help with the command for command promt