-
Notifications
You must be signed in to change notification settings - Fork 122
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
can not build using pip python3.10.6 #87
Comments
Hi, I also encountered the same issue in a Python 3.10.12 conda environment and resolved it by following the installation steps below: |
It seems that the reason is cython released v3.0.0 yesterday. |
Hi, same problem in colab: × Building wheel for pyworld (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Thank you @ota for the solution. |
limit cython version in pyproject.toml for workaround |
It seems that this issue occurs only when using |
It is unlikely caused by Cython v3.0.0. There are no exceptions encountered when directly running |
This project use When you add |
Thanks for the explanation about With only |
I debugged it. The inclusion of a |
Just a note: colab is still using cyton 0.29.36. |
plz build |
you can build form soure and modify the requirments.txt with "cpython==0.29.36" |
I've manually uploaded
|
I just tried an hour ago and it failed and I ended finding this issue. |
(Note that I am using python3.9 and ubuntu20.04 image but I believe it is the same issue)
Also here are the package versions I targeted in my
|
Try to install pyword using RUN separately from requirements.txt, as described above |
Hi, when installing using pip3 getting the error
My env:
Docker
python3.10.6 is default python version for ubuntu22.04
Docker image: nvidia/cuda:11.8.0-devel-ubuntu22.04
tried to upgrade python to 3.10.8 using pyenv, same result as with default
The error
The text was updated successfully, but these errors were encountered: