Skip to content

🐛 Fix Python3.11+ raises ModuleNotFoundError: No module named typing_extensions #214

New issue

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

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

Already on ? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

waketzheng
Copy link

How to reproduce:

mkdir temp
cd temp
python3.11 -m venv venv
source venv/*/activate
pip install asyncer
python -c 'import asyncer'

BTW: I changed anyio.sleep(0) to anyio.lowlevel.checkpoint as ruff check --extend-select=ASYNC suggested. And remove the file poetry.toml as no longer need it.

@github-actionsGitHub Actions
Copy link

-actions bot commented Sep 2, 2024

📝 Docs preview for commit 87df3b9 at: https://972dccbd.asyncer.pages.dev

@waketzheng
Copy link
Author

@tiangolo How to add a label?

@svlandegsvlandeg added the bugSomething isn't workinglabel Sep 12, 2024
@Stealthii
Copy link

Stealthii commented Sep 19, 2024

This bug affects v0.0.8 (the latest version) only.

@Stealthii
Copy link

This is still a persistent issue for Python 3.11+. This should be merged and released, as any packages using this that support 3.11 have to explicitly block v0.0.8 from dependency mapping.

Sign up for free to join this conversation on . Already have an account? Sign in to comment
Labels
bugSomething isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants