How To install python package not in the directory ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How To install python package not in the directory ?

I have downloaded a python package,it is on my desktop but i don't know how To install it

30th Nov 2019, 11:31 AM
iren yeger
iren yeger - avatar
4 Answers
+ 1
Use pip installer to avoid getting into such problems.
30th Nov 2019, 1:29 PM
Qasem
0
The package is auto-py-to-exe when i write pip install . \user\dell\desktop\auto-py-to-exe.tar.gz They say could not install package due To environnement Error
30th Nov 2019, 1:36 PM
iren yeger
iren yeger - avatar
0
Pip install "package name" when you are connected to internet and that module must be in Pypi.
30th Nov 2019, 1:40 PM
Qasem
0
Qasem But i am not connected I don't have connexion on my pc And thé connexion of my Phone is too slow
30th Nov 2019, 1:46 PM
iren yeger
iren yeger - avatar