jhtonyKoo / music_mixing_style_transfer

MIT License
155 stars 15 forks source link

requirement.txt #3

Open wxyxy33 opened 6 months ago

wxyxy33 commented 6 months ago

I tried to pip install -r "requirements.txt", bur errors occurs: Building wheel for pypesq (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [106 lines of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pypesq Running setup.py clean for pypesq Building wheel for llvmlite (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [36 lines of output]

ERROR: Failed building wheel for llvmlite Running setup.py clean for llvmlite Failed to build pypesq llvmlite ERROR: Could not build wheels for pypesq, llvmlite, which is required to install pyproject.toml-based projects

微信图片_20240320013320
wxyxy33 commented 6 months ago

The virtual environment is created by anaconda, and the version of python is 3.9. By the way, I have tried 3.6, 3.7, 3.8, the same problem occurred, and I don't know how solve it, thank you for your help.

minseolee commented 4 months ago

Same here. Did you solve?

mahmoudismail91 commented 2 months ago

same here Downloading pytorch_lightning-1.3.2-py3-none-any.whl (805 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.7/805.7 kB 727.8 kB/s eta 0:00:00 Collecting PyYAML==5.4 Downloading PyYAML-5.4.tar.gz (174 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.8/174.8 kB 751.6 kB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [48 lines of output]