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

Python 3.12 support for a transitive dependency multidict #378

Closed
aorumbayev opened this issue Jan 2, 2024 · 1 comment · Fixed by #409
Closed

Python 3.12 support for a transitive dependency multidict #378

aorumbayev opened this issue Jan 2, 2024 · 1 comment · Fixed by #409
Assignees
Labels
bug Something isn't working
Milestone

Comments

@aorumbayev
Copy link
Collaborator

Description

Certain windows users reported errors during installation via pipx where a transitive dependency fails during build and requires user to have C++ Build Tools installed.

The root cause is the multidic dependency that aiohttp relies on, cli inherits those by relying on auth0-python package.

Dedicated issue on multidict can be tracked here aio-libs/multidict#887.

This issue is to be resolved as soon as a proper support is introduced in the multidict dependency.

@aorumbayev aorumbayev added the bug Something isn't working label Jan 2, 2024
@neilcampbell
Copy link
Contributor

Hopefully there is a fix for this specific dependency soon.
FYI for anyone reading this, we'll be re-working the install process to remove these kind of transitive dependency issues and make the install experience even more streamlined.

@aorumbayev aorumbayev added this to the Enhancements milestone Jan 23, 2024
@neilcampbell neilcampbell self-assigned this Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants