0
Instill library
I am trying to install ezgraphics library but it doesn't work with me what should I do to make it work in python ?
10 Answers
+ 2
Okay. In a shell, write :
py -3 -m pip install ezgraphics
+ 1
How did you try installing ezgraphics? What's your python version? And finally : PC, Mac or Linux?
Please explain us and then we will be able to help you.
+ 1
I downloaded ezgraphics-2.1.tar.gz then I saved it in c\\ then I tried to import it in my python 3.6 in windows 10
+ 1
Okay, you sayed you downloaded the file ezgraphics-2.1.tar.gz.
So write in a shell:
py -3 -m pip install "path of the dowloaded file"
+ 1
It works thanks alot đâš
0
Thanks for your answer but when I wrote it it say :
'py-3-m' is not recognized as an internal or external comman, operable program or batch file.
0
Did you write :
py -3 -m pip install ezgraphics
Or :
py-3-m pip install ezgraphics
0
The second one
0
Try the first one
0
It say :
Could not find a version that satisfies the requirement ezgraphics (from version :)
No matching distribution found for ezgraphics
You are using pip version 10.0.1, however version 18.1 is available