pip installation and version compatability issue #7263
Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
-
|
Is the problem resolved @C0d3-R3d ? If it is, do you mind closing the issue? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the help here everyone! 👏 🙇 If that solves the original problem, then you can close this issue ✔️ |
Beta Was this translation helpful? Give feedback.
-
|
I'm really sorry for not closing the thread and keeping this so long. Totally forget it @tiangolo @ycd . Somehow i used windows and it worked there, so i don't know whether it is fixed for linux or not yet, Have a nice day ahead. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting issue regarding pip.
in the process of adding or installing module. I got issue with python2 shutdown.
so i upgraded my pip. And now i'm getting version compatibility issue:-
sudo pip3 install pywin32
ERROR: Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32) (from versions: none)
ERROR: No matching distribution found for pywin32>=223 (from pypiwin32)
sudo pip3 install pywin223
ERROR: Could not find a version that satisfies the requirement pywin223 (from versions: none)
ERROR: No matching distribution found for pywin223
so i tried:-
sudo pip3 install pypiwin223
ERROR: Could not find a version that satisfies the requirement pypiwin223 (from versions: none)
ERROR: No matching distribution found for pypiwin223
and still getting the issue.
can anyone help me to fix it? I'm using pycharm too and as usual it still stuck at this position.
I did everything what i got on trough searches or what i can do.. but i still stuck at somewhere. Please help!!
i'm adding screenshot of this issue too.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions