Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants