Skip to content
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 REPORT] Failed to install pyworld. #191

Open
luthis1124 opened this issue Dec 15, 2023 · 5 comments
Open

[BUG REPORT] Failed to install pyworld. #191

luthis1124 opened this issue Dec 15, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@luthis1124
Copy link

Failed to install pyworld. Check AutoDebug output.

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█░▄▄▀██░██░█▄▄░▄▄██░▄▄▄░██░▄▄▀██░▄▄▄██░▄▄▀██░██░██░▄▄░██
█░▀▀░██░██░███░████░███░██░██░██░▄▄▄██░▄▄▀██░██░██░█▀▀██
█░██░██▄▀▀▄███░████░▀▀▀░██░▀▀░██░▀▀▀██░▀▀░██▄▀▀▄██░▀▀▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

Install failed!
STDOUT:
Collecting pyworld>=0.3.2
Downloading pyworld-0.3.4.tar.gz (251 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 252.0/252.0 kB 2.4 MB/s eta 0:00:00
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'error'

STDERR:
error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [14 lines of output]
running dist_info
creating /tmp/pip-modern-metadata-eu9zgw9p/pyworld.egg-info
writing /tmp/pip-modern-metadata-eu9zgw9p/pyworld.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-modern-metadata-eu9zgw9p/pyworld.egg-info/dependency_links.txt
writing requirements to /tmp/pip-modern-metadata-eu9zgw9p/pyworld.egg-info/requires.txt
writing top-level names to /tmp/pip-modern-metadata-eu9zgw9p/pyworld.egg-info/top_level.txt
writing manifest file '/tmp/pip-modern-metadata-eu9zgw9p/pyworld.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-modern-metadata-eu9zgw9p/pyworld.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.pxd' under directory 'pyworld'
adding license file 'LICENSE'
writing manifest file '/tmp/pip-modern-metadata-eu9zgw9p/pyworld.egg-info/SOURCES.txt'
creating '/tmp/pip-modern-metadata-eu9zgw9p/pyworld-0.3.4.dist-info'
error: invalid command 'bdist_wheel'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

[notice] A new release of pip is available: 23.0.1 -> 23.3.1
[notice] To update, run: pip install --upgrade pip

Please read the error above carefully.
If you are unsure, please create an issue at https://github.com/gitmylo/audio-webui/issues.
When creating an issue, please include your full autodebug message.
Exit code: 1

@luthis1124 luthis1124 added the bug Something isn't working label Dec 15, 2023
@gitmylo
Copy link
Owner

gitmylo commented Dec 15, 2023

I should probably add this to the common issues since I see more people having this issue.

run pip install wheel inside of the venv (you can run source venv/bin/activate to activate the venv on linux, assuming you are on linux based on the file paths)

@luthis1124
Copy link
Author

  error: invalid command 'bdist_wheel'

Does pyworld need to be hardcoded to 0.3.2 in requirements?

Passed this error by using: pip install pyworld==0.3.2

and then . run.sh again

@michaelachrisco
Copy link

I should probably add this to the common issues since I see more people having this issue.

run pip install wheel inside of the venv (you can run source venv/bin/activate to activate the venv on linux, assuming you are on linux based on the file paths)

This worked, thanks!

source venv/bin/activate
pip install wheel
run.sh

and it worked on PopOS without any real issues.

@everypizza1
Copy link

Would it be possible to make wheel a requirement? I couldn't find requirements.txt to add it myself.

@gitmylo
Copy link
Owner

gitmylo commented Feb 9, 2024

Would it be possible to make wheel a requirement? I couldn't find requirements.txt to add it myself.

Not a bad idea, I'll add it. I don't think there would be new issues from that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants