kentechx / pointnext

Pytorch implementation of PointNeXt
MIT License
5 stars 0 forks source link

ModuleNotFoundError: No module named 'torch' #1

Open rakomar opened 7 months ago

rakomar commented 7 months ago

Hey there, I tried installing your package, but I get an error including the following:

8, in get_requires_for_build_wheel return hook(config_settings) File "C:\Users\Vincent\AppData\Local\Temp\pip-build-env-xi8lzs5x\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) File "C:\Users\Vincent\AppData\Local\Temp\pip-build-env-xi8lzs5x\overlay\Lib\site-packages\setuptools\build_meta.py", line 295, in _get_build_requires self.run_setup() File "C:\Users\Vincent\AppData\Local\Temp\pip-build-env-xi8lzs5x\overlay\Lib\site-packages\setuptools\build_meta.py", line 480, in run_setup super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script) File "C:\Users\Vincent\AppData\Local\Temp\pip-build-env-xi8lzs5x\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup exec(code, locals()) File "", line 3, in ModuleNotFoundError: No module named 'torch' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. 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.

However, I have torch 2.1.1+cu118 installed and CUDA 11.8 installed (I have multiple CUDA versions installed but CUDA_HOME and CUDA_PATH are the 11.8 installation). Is this version not supported yet or something?