Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fastapi-pagination Throwing error on linux instance. #3

Closed
alam-mahtab opened this issue Feb 2, 2021 · 6 comments
Closed

Fastapi-pagination Throwing error on linux instance. #3

alam-mahtab opened this issue Feb 2, 2021 · 6 comments
Assignees
Labels
question Further information is requested

Comments

@alam-mahtab
Copy link

I am working on a project where pagination is working fine but as i take a step forward to host it on AWS EC2 ubuntu instance, it started throwing error like

ERROR: Could not find a version that satisfies the requirement fastapi-pagination==0.5.1
ERROR: No matching distribution found for fastapi-pagination==0.5.1

It also worked fine on heroku,
i am not able to understand that this problem is from AWS or package.

@uriyyo
Copy link
Owner

uriyyo commented Feb 2, 2021

Which version of python are you using?

The minimal required version is 3.7.

@uriyyo uriyyo self-assigned this Feb 2, 2021
@alam-mahtab
Copy link
Author

version is 3.8

@uriyyo
Copy link
Owner

uriyyo commented Feb 4, 2021

I have tested it using Docker and python 3.8, everything works as expected, cmd that I used:

$ docker run -it --rm python:3.8 pip install fastapi-pagination==0.5.1

Looks like this is a problem on the AWS side because package doesn't have any OS limitations.

Did you resolve this issue?

@uriyyo
Copy link
Owner

uriyyo commented Feb 11, 2021

@alam-mahtab Any updates?

@uriyyo uriyyo added the question Further information is requested label Feb 11, 2021
@uriyyo
Copy link
Owner

uriyyo commented Feb 19, 2021

Hi @alam-mahtab is this issue still actual?

@uriyyo
Copy link
Owner

uriyyo commented Mar 3, 2021

I am closing this issue, in case if it will appear please reopen this issue again.

@uriyyo uriyyo closed this as completed Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants