-2
I did a lot of research, but I couldn’t find a way to download and install python libraries on the computer. I’m not having an error downloading, or error installing. I just don’t know how to do it. You need help with this.
-2
I did a lot of research, but I couldn’t find a way to download and install python libraries on the computer. I’m not having an error downloading, or error installing. I just don’t know how to do it. You need help with this.
1
if you want to install any other library, I advise using PIP
sudo apt-get install python3-Pip (to install if it is linux system)
Pip install 'package'
Ex.: Pip install tensorflow
Browser other questions tagged python
You are not signed in. Login or sign up in order to post.
When you say "Python libraries" do you refer to the standard Python libraries ? If so, they already come in the Python installation inside the folder
Python/Python<version>/Lib
.– JeanExtreme002
@Jeanextreme002 I’m sorry. I’m not talking about those. But even if I had mentioned these libraries, there is no such folder /Lib in the Python files
– GiovanePS
I managed to solve the problem. I found how to install. Thank you very much!
– GiovanePS