-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] It simply doesn't build in a venv #1046
Comments
I have similar issue, but I was able to get passed the failure at playsound.
But you might run into a failure again further down.
UpdateCheck #1068 for the changes I made to get it to work properly. |
If people are still having issues with this I have a fix; just run this command (While in venv of course) edit: For some reason I wasn't having issues with onnx before and I am now and I have no idea why. I'm getting that same |
TaylorSMarks/playsound#150 |
Leaving here the sequence that worked for me.
For |
Still doesn't build, now the error appear to be "audioread". Steps to reproduce in a fresh install.
Archlinux: |
OK, I haven't received the same error, but understood that due to caching it's not enough to only change the numpy version. |
Here is the output of full install according to the steps above, with removed cache folder before the run. |
Well basically |
I thinks you are trying to help but I don't know why are you spamming 👍 Are you saying I should use/downgrade to Python 3.11? Nowhere in the documentation says that is a requirement. The installation instructions for any Linux environment should be this simple:
If that doesn't work, then the "requirements.txt" is wrong and/or the Python version should be specified somewhere. |
I'm not spamming. I investigated the problem and found a solution that works for me. The last change to the repo was some time ago, it was probably working at that time. But during that period libraries without versions in the "requirements" surely have changed and are no longer compatible with the fixed-version libraries. Python version I saw in the readme is 3.9 btw... |
Besides I'd say the python version is probably not the issue, although it could be, |
System: Archlinux
Python 3.10.13 or Python 3.11.6
Steps to reproduce:
#python 3.10
#python 3.11
The text was updated successfully, but these errors were encountered: