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

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

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.

Copy link

github-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?

@svlandeg svlandeg added the bug Something isn't working label Sep 12, 2024
@Stealthii
Copy link

Stealthii commented Sep 19, 2024

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

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 this pull request may close these issues.

4 participants