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

fix wheel for pypy #132

Merged
merged 1 commit into from
Oct 18, 2024
Merged

fix wheel for pypy #132

merged 1 commit into from
Oct 18, 2024

Conversation

lexdene
Copy link
Contributor

@lexdene lexdene commented Oct 18, 2024

fix error when build wheel for PyPy:

Traceback (most recent call last):
  File "/opt/python/pp38-pypy38_pp73/lib/pypy3.8/site-packages/setuptools/_distutils/unixccompiler.py", line 269, in link
    self.linker_exe
TypeError: 'NoneType' object is not subscriptable (key slice(None, None, None))

ref: pypa/cibuildwheel#2015, pypa/distutils#283

@lexdene lexdene marked this pull request as ready for review October 18, 2024 11:14
@lexdene lexdene merged commit bf2eee3 into douban:master Oct 18, 2024
28 checks passed
@lexdene lexdene deleted the fix_wheel_pypy branch October 18, 2024 11:20
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.

1 participant