Instill library | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ?

16th Nov 2018, 10:27 AM
Student
Student  - avatar
10 Answers
+ 2
Okay. In a shell, write : py -3 -m pip install ezgraphics
16th Nov 2018, 11:32 AM
Théophile
Théophile - avatar
+ 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.
16th Nov 2018, 11:16 AM
Théophile
Théophile - avatar
+ 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
16th Nov 2018, 11:31 AM
Student
Student  - avatar
+ 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"
16th Nov 2018, 11:58 AM
Théophile
Théophile - avatar
+ 1
It works thanks alot 😭✨
16th Nov 2018, 12:12 PM
Student
Student  - avatar
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.
16th Nov 2018, 11:45 AM
Student
Student  - avatar
0
Did you write : py -3 -m pip install ezgraphics Or : py-3-m pip install ezgraphics
16th Nov 2018, 11:47 AM
Théophile
Théophile - avatar
0
The second one
16th Nov 2018, 11:51 AM
Student
Student  - avatar
0
Try the first one
16th Nov 2018, 11:51 AM
Théophile
Théophile - avatar
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
16th Nov 2018, 11:56 AM
Student
Student  - avatar