-
-
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] playsound installation still failed after FAQ hint #253
Comments
You're probably using the wrong interpreter. Try using |
If that doesn't work either, try deleting the |
I've tried |
This is what worked for me: TaylorSMarks/playsound#150 (comment) |
Thank you for all the helps! And this part is necessary for me: python3 -m pip install --upgrade pip && \
python3 -m pip install setuptools wheel && \
python3 -m pip install --upgrade setuptools wheel && \
python3 -m venv .venv && . .venv/bin/activate && \
pip install -r requirements.txt |
I thought you'd already tried that.. Well, whatever, glad it worked for you. |
Describe the bug
The
playsound
installation still failed after FAQ hint.System info
To Reproduce
Assuming the virtualenv process prepared successfully.
Error log
The FAQ hint doesn't work
In FAQ, it's hinted:
However, it doesn't solve the issue. It throws the same failure.
Thanks!
The text was updated successfully, but these errors were encountered: