Skip to content

ModuleNotFoundError: No module named 'torch' #1

@rakomar

Description

@rakomar

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions