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

Getting requirements to build wheel did not run successfully #40

Open
GongWangG opened this issue Jan 4, 2025 · 1 comment
Open

Getting requirements to build wheel did not run successfully #40

GongWangG opened this issue Jan 4, 2025 · 1 comment

Comments

@GongWangG
Copy link

Running command Getting requirements to build wheel
Traceback (most recent call last):
File "C:\Users\GongWangG\AppData\Local\Programs\Python\Python310\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
main()
File "C:\Users\GongWangG\AppData\Local\Programs\Python\Python310\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\GongWangG\AppData\Local\Programs\Python\Python310\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\GongWangG\AppData\Local\Temp\pip-build-env-vjiapta4\overlay\Lib\site-packages\setuptools\build_meta.py", line 334, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
File "C:\Users\GongWangG\AppData\Local\Temp\pip-build-env-vjiapta4\overlay\Lib\site-packages\setuptools\build_meta.py", line 304, in _get_build_requires
self.run_setup()
File "C:\Users\GongWangG\AppData\Local\Temp\pip-build-env-vjiapta4\overlay\Lib\site-packages\setuptools\build_meta.py", line 522, in run_setup
super().run_setup(setup_script=setup_script)
File "C:\Users\GongWangG\AppData\Local\Temp\pip-build-env-vjiapta4\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup
exec(code, locals())
File "", line 15, in
ModuleNotFoundError: No module named 'torch'
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
full command: 'C:\Users\GongWangG\AppData\Local\Programs\Python\Python310\python.exe' 'C:\Users\GongWangG\AppData\Local\Programs\Python\Python310\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py' get_requires_for_build_wheel 'C:\Users\GONGWA~1\AppData\Local\Temp\tmpmr0rzp9w'
cwd: C:\Users\GongWangG\AppData\Local\Temp\pip-install-hq79vx0f\pytorch3d_306d6ce23f9f461297e1916997d50e5d
Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

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

E:\Easyvolcap\EasyVolcap-main>
屏幕截图 2025-01-04 170155

Help pls,what‘s causing the failure of getting requirements to build wheel?

@xbillowy
Copy link
Contributor

xbillowy commented Feb 5, 2025

ModuleNotFoundError: No module named 'torch'

ModuleNotFoundError: No module named 'torch', it seems you need to install torch first, follow the official instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants