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

[HELP] fastapi-azure-auth is not published to pypi? #42

Closed
hmedhat opened this issue Jan 5, 2022 · 3 comments
Closed

[HELP] fastapi-azure-auth is not published to pypi? #42

hmedhat opened this issue Jan 5, 2022 · 3 comments
Labels
question Further information is requested

Comments

@hmedhat
Copy link

hmedhat commented Jan 5, 2022

Describe the bug
I am unable to install fastapi-azure-auth, everytime I try I get

ERROR: Could not find a version that satisfies the requirement fastapi-azure-auth (from versions: none)
ERROR: No matching distribution found for fastapi-azure-auth

To Reproduce
You can run this command on a plain ubuntu docker container and you will get the same error.
docker run -it ubuntu /bin/bash -c "apt-get update && apt-get install -y python3 python3-pip && pip install fastapi-azure-auth"

@hmedhat hmedhat added the question Further information is requested label Jan 5, 2022
@JonasKs
Copy link
Member

JonasKs commented Jan 5, 2022

Hi, it is. How ever, the requirements is specified here. I assume your Python version is 3.8.

@JonasKs
Copy link
Member

JonasKs commented Jan 5, 2022

@hmedhat In other words, I'd recommend using a official python image instead of a ubuntu image.

docker run -it python:3.10-bullseye or python:3.10-slim. Docker docs.

@hmedhat
Copy link
Author

hmedhat commented Jan 5, 2022

Thanks for the quick reply, yeah that seemed to be my issue.

@hmedhat hmedhat closed this as completed Jan 5, 2022
@JonasKs JonasKs changed the title [BUG] fastapi-azure-auth is not published to pypi [HELP] fastapi-azure-auth is not published to pypi? Jan 5, 2022
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