long2ice / fastapi-limiter

A request rate limiter for fastapi

Home Page:https://github.com/long2ice/fastapi-limiter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install fastapi-limiter on Linux machine

waconde opened this issue · comments

Help...

When I installed fastapi-limiter using the python virtual environment on a Windows machine, everything worked fine.
But when I used the python virtual environment on Linux machine to install fastapi-limiter, it gave me an error:
Linux error info

My Version of Python is both 3.6.15.

I tried my best to switching agents, switching warehouse, or switching to other Linux machines, but nothing worked. It is too strange that any Linux machine I can find would report such errors.
I'm looking forward to your help!

@waconde

pretty strange that it is working on windows. Fastapi-Limiter supports the following python version: Python >=3.7, <4.0

Please check your python version on both machines again and close the ticket if my answer could solve your issue.

Cheers,
Stev

@waconde

pretty strange that it is working on windows. Fastapi-Limiter supports the following python version: Python >=3.7, <4.0

Please check your python version on both machines again and close the ticket if my answer could solve your issue.

Cheers, Stev

oh…so it was just an accident that I was able to install it successfully on a windows machine, The fundamental problem is the Python version. thank you for your answer!