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

py39: fix mypyc complaint #9552

Merged
merged 1 commit into from
Oct 8, 2020
Merged

py39: fix mypyc complaint #9552

merged 1 commit into from
Oct 8, 2020

Conversation

hauntsaninja
Copy link
Collaborator

I was trying to build wheels for Python 3.9 as part of #9536, but ran
into this issue. You'll notice a couple hundred lines up msullivan
points out that mypyc can't handle conditional method definition, so
that's not an option here.

/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpok7vxky0
    mypy/fastparse.py:1260: error: "ExtSlice" has no attribute "dims"
    mypy/fastparse.py:1264: error: "Index" has no attribute "value"
ERROR: Command errored out with exit status 1: /opt/_internal/cpython-3.9.0rc2/bin/python3.9 /opt/_internal/cpython-3.9.0rc2/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpok7vxky0 Check the logs for full command output.

I was trying to build wheels for Python 3.9 as part of python#9536, but ran
into this issue. You'll notice a couple hundred lines up msullivan
points out that mypyc can't handle conditional method definition, so
that's not an option here.
Copy link
Collaborator

@msullivan msullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sigh!

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

Successfully merging this pull request may close these issues.

2 participants