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

packaging module missing? #1358

Closed
2 tasks done
dantownsend opened this issue Feb 3, 2022 · 2 comments
Closed
2 tasks done

packaging module missing? #1358

dantownsend opened this issue Feb 3, 2022 · 2 comments

Comments

@dantownsend
Copy link

dantownsend commented Feb 3, 2022

Checklist

  • The bug is reproducible against the latest release or master.
  • There are no similar issues or pull requests to fix it yet.

Describe the bug

When installing the latest version from PyPI (0.17.2) I get an error that packaging doesn't exist:

from packaging import version

I looked at setup.py, and couldn't find any reference to packaging. Presumably it's meant to be this module:

https://pypi.org/project/packaging/

It could just be me - but thought I'd report just in case.

Steps to reproduce the bug

pip install uvicorn - try and run any ASGI app

Expected behavior

No response

Actual behavior

No response

Debugging material

No response

Environment

Mac OS, Python 3.10

Additional context

No response

@tomchristie
Copy link
Member

Thanks for reporting this @dantownsend - fix incoming in #1359

@tomchristie
Copy link
Member

Now resolved in 0.17.3 - #1361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants