-
Notifications
You must be signed in to change notification settings - Fork 145
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
OSx Pip install luxai-s2 failing when installing vec-noise #209
Comments
are you using conda? And can you run
and share it here. |
I have the same issue when using conda in wsl 2: It looks like in piskvorky/gensim#3225 they say "This is not needed if numpy is already installed". I downloaded vec_noise. I removed I was not able to build the package, so I ran I then Conda list(luxai) root@BenPc:~/luxai# conda list Name Version Build Channel Pip list(luxai) root@BenPc:~/luxai# pip list Initial errorPip subprocess error: × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for vec_noise did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. Error when running pip install --use-pep517 vec-noise(luxai) root@BenPc:~/luxai# pip install --use-pep517 vec-noise × Preparing metadata (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
Any progress here? I'm having the same issue with a new environment set according to the official luxai-s2 repo. OS: Windows
Error: |
Throwing my hat in here to say that this does happen on my M2 as well (both |
I have a fixed fork that temporarily lives at: https://github.com/Xmaster6y/vec_noise/tree/refacto. I can make a new pypi package if needed. |
OSx Pip install luxai-s2 failing when installing vec-noise
test with pip environment with pip install --upgrade luxai_s2
script.
The text was updated successfully, but these errors were encountered: