-
Notifications
You must be signed in to change notification settings - Fork 27
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
Package install failed with errors #23
Comments
Hello Macro, sorry to bother you. I've encountered the same question. May I ask have you fixed this problem?:) |
It seems this is a compatibility issue with python 3.11. It works with python 3.10 for me. |
Thanks you! I've sovled this problem by downloading Visual Studio Build Tools. Maybe my issue comes from no suitable compiler? |
I encounter the same problem. It stilll does not work although I have installed Visual Studio Build Tools... Is there anyone having a solution? |
Use python version 3.10, any higher version breaks |
Hello,now I meet the same problem , have you solved your problem? |
Hi,
i need some help to install the package.
My Python Version ist 3.11.3.
During the installation process i got always the following error messages:
Collecting pyvoro
Downloading pyvoro-1.3.2.tar.gz (123 kB)
---------------------------------------- 123.5/123.5 kB 3.7 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Building wheels for collected packages: pyvoro
Building wheel for pyvoro (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [30 lines of output]
C:\Python311\Lib\site-packages\setuptools\dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyvoro
Running setup.py clean for pyvoro
Failed to build pyvoro
ERROR: Could not build wheels for pyvoro, which is required to install pyproject.toml-based projects
Any help is welcome.
Best Regards
Marco
The text was updated successfully, but these errors were encountered: