Fastapi: pip installation and version compatability issue

Created on 26 Aug 2020  路  4Comments  路  Source: tiangolo/fastapi

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.

Screenshot_2020-08-26_13-11-29

Thank you

answered question

Most helpful comment

1) This is not related to fastapi
2) Installing this extension in linux does not work (https://github.com/mhammond/pywin32/issues/1372#issuecomment-513989223)
3) If your on windows you need to use .exe binaries and not pip install

All 4 comments

1) This is not related to fastapi
2) Installing this extension in linux does not work (https://github.com/mhammond/pywin32/issues/1372#issuecomment-513989223)
3) If your on windows you need to use .exe binaries and not pip install

Is the problem resolved @C0d3-R3d ? If it is, do you mind closing the issue?

Thanks for the help here everyone! :clap: :bow:

If that solves the original problem, then you can close this issue :heavy_check_mark:

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,
Still.. Thanks everyone for help and support.

Have a nice day ahead.

Was this page helpful?
0 / 5 - 0 ratings