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

Build issue with typed-ast package #636

Open
tomhepworth opened this issue Mar 22, 2023 · 1 comment
Open

Build issue with typed-ast package #636

tomhepworth opened this issue Mar 22, 2023 · 1 comment

Comments

@tomhepworth
Copy link

I had build issues that prevented me from running make successfully. The errors were to do with the python install of the typed-ast package, saying that the system could not find a PyArena type.

This is an issue with the typed-ast package, which was patched in version 1.4.3.
I was able to fix the build issues by changing the version of the typed-ast package in requirements.txt

old:

typed-ast==1.4.0

new

typed-ast==1.4.3

Leaving this here in case it it useful to anyone

@ManuelonGithub
Copy link

@tomhepworth Thank you so much that solved my problem!
Definitely needs to be fixed..

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