This repository was archived by the owner on Jul 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Building wheel in python 3.10a7
fail during installation
#159
Comments
#158 should have fixed this; do you still get this on typed-ast master? |
I released 1.4.3 that includes #158, let me know if you still see problems |
|
JPTIZ
added a commit
to caravelahc/pico-bot
that referenced
this issue
Mar 17, 2022
Previous typed-ast version fails to build in newer versions of Python (3.10+) with "unknown type PyArena". For more details, see: python/typed_ast#159.
JPTIZ
added a commit
to caravelahc/pico-bot
that referenced
this issue
May 27, 2022
Previous typed-ast version fails to build in newer versions of Python (3.10+) with "unknown type PyArena". For more details, see: python/typed_ast#159.
abesto
added a commit
to abesto/ghstack
that referenced
this issue
Aug 9, 2022
To get the fix for python/typed_ast#159; With 1.4.2 `typed_ast` can't be installed on recent Pythons. Note that this new version is still compatible with the version specifications in `pyproject.toml`; this is "just" a `poetry update typed_ast`. Side note: `typed_ast` is going away next July: python/typed_ast#179
ezyang
pushed a commit
to ezyang/ghstack
that referenced
this issue
Aug 9, 2022
To get the fix for python/typed_ast#159; With 1.4.2 `typed_ast` can't be installed on recent Pythons. Note that this new version is still compatible with the version specifications in `pyproject.toml`; this is "just" a `poetry update typed_ast`. Side note: `typed_ast` is going away next July: python/typed_ast#179
LarsMichelsen
pushed a commit
to Checkmk/checkmk
that referenced
this issue
Aug 17, 2022
* regarding typed-ast see: python/typed_ast#159 (comment) * regarding mypy see: python/mypy#9916 * further: ignore "error: Unpacking a string is disallowed" -> credentials may also be a string... Change-Id: I57daada9f8340075bf92be308310ec341a3f3d5d
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The error seems to be coming from:
error: unknown type name ‘PyArena’
Here's the full output in pylint CI:
The text was updated successfully, but these errors were encountered: