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 using Python 3.8, conflicting types for ‘_PyObject_FastCall’ #7001
Comments
|
Installed Yet the same build error appears when installed |
|
I see that |
|
The issue is that the latest released version of mypy requires (well, says it requires; using the newer version would work fine) a version of typed-ast that doesn't build on 3.8. master should work on 3.8. We'll do a release soonish. |
|
Is there anyway to install master via |
I'm trying to install mypy in a 3.8 virtual environment via
pip install mypyand getting the below build error:I'm running Ubuntu 18.04 and setup my environment as follows:
The text was updated successfully, but these errors were encountered: