Posts by vj neto • 11 points
1 post
-
1
votes1
answer35
viewsA: Difficulty downloading and installing Python Libraries
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…