saksham-lussqvx / G.U.I.L.D

A program mainly based on creating GUI's in python without any hassle of creating GUI's directly with Tkinter.
GNU General Public License v3.0
9 stars 1 forks source link

Inable to install pip3 #3

Open nachoph1812 opened 2 years ago

nachoph1812 commented 2 years ago

Hi friend,

I'm currently installing everything you mention in the description but when i execute "pip3 install -r requirements.txt" is giving me an error error

I've read online that it may be because of this not supporting python 3.9, could you help me? It's particular with pillow!

Thanks!

nachoph1812 commented 2 years ago

I tried another method, running the code directly in Jupyter Notebook and get the following error image Thanks!

1YasserAmmar1 commented 2 years ago

First think try to use pip don't use pip3...

Next Step Uninstall the pillow

pip uninstall Pillow

then

pip install Pillow

It worked for me, I have Python 3.10