zettonaender / eqapotographiceq-gui

GUI version of https://github.com/zettonaender/convtographiceq
82 stars 3 forks source link

Doesnt work #2

Closed Rain2784 closed 3 years ago

Rain2784 commented 3 years ago

WARNING: Value for scheme.headers does not match. Please report this to https://github.com/pypa/pip/issues/9617 distutils: c:\program files\python39\Include\UNKNOWN sysconfig: c:\program files\python39\Include WARNING: Additional context: user = False home = None root = None prefix = None

zettonaender commented 3 years ago

Seems to be a problem with 'pip', can you try python -m pip install pip==21.0.1 and opening the gui again

Rain2784 commented 3 years ago

after installing using that command i get this:

WARNING: The scripts pip.exe, pip3.9.exe and pip3.exe are installed in 'C:\Users\sjbon\AppData\Roaming\Python\Python39\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: Value for scheme.headers does not match. Please report this to < https://github.com/pypa/pip/issues/9617> distutils: C:\Users\sjbon\AppData\Roaming\Python\Python39\Include\UNKNOWN sysconfig: C:\Users\sjbon\AppData\Roaming\Python\Python39\Include WARNING: Additional context: user = True home = None root = None prefix = None

then, if i open the bat file, i get a lot of red letters and it crashes

On Sat, Apr 24, 2021 at 10:15 PM Luthfan Prasasta @.***> wrote:

Seems to be a problem with 'pip', can you try python -m pip install pip==21.0.1 and opening the gui again

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zettonaender/eqapotographiceq-gui/issues/2#issuecomment-826237006, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT2KCI3EI4MSCQUZQY7526LTKOCN3ANCNFSM43QQKDOA .

zettonaender commented 3 years ago

Yeah so I suppose I can't really "fix" it since this isn't an issue with the program rather than the newest update of "pip".

You can try downgrading to Python 3.7 to perhaps fix this issue though, let me know if it works.

Rain2784 commented 3 years ago

Can you tell me the version of pip to use too? Im going to uninstall and search for python 3.7

Then try running the program again

El dom., 25 de abril de 2021 8:27 a. m., Luthfan Prasasta < @.***> escribió:

Yeah so I suppose I can't really "fix" it since this isn't an issue with the program rather than the newest update of "pip".

You can try downgrading to Python 3.7 to perhaps fix this issue though, let me know if it works.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zettonaender/eqapotographiceq-gui/issues/2#issuecomment-826324543, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT2KCI2I73RCSXDX6TLBOCTTKQKCZANCNFSM43QQKDOA .

zettonaender commented 3 years ago

I think the red text you mentioned is because python is building packages instead of installing. Just to be sure, I'm using pip 20.1.1 though.

jawadnaseemkhan commented 3 years ago

Try upgrading the pip by using this command on command prompt using administrative

pip install --upgrade pip