You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\marcc\AppData\Local\Temp\pip-build-env-3vuoamb7\overlay\Lib\site-packages\torch\_subclasses\functional_tensor.py:295:
UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\torch\csrc\utils\tensor_numpy.cpp:84.)
cpu = _conversion_method_template(device=torch.device("cpu"))
<string>:118: UserWarning: mamba_ssm was requested, but nvcc was not found. Are you sure your environment has nvcc available? If you're installing within a container from https://hub.docker.com/r/pytorch/pytorch, only images whose names contain 'devel' will provide nvcc.
note: I am in a conda environment with the following:
I have causal-conv1d==1.4.0, NumPy is installed, too.
More Info
Traceback (most recent call last):
File "C:\Users\marcc\miniconda3\envs\default\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
main()
File "C:\Users\marcc\miniconda3\envs\default\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\marcc\miniconda3\envs\default\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\marcc\AppData\Local\Temp\pip-build-env-7smda003\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\marcc\AppData\Local\Temp\pip-build-env-7smda003\overlay\Lib\site-packages\setuptools\build_meta.py", line 304, in _get_build_requires
self.run_setup()
File "C:\Users\marcc\AppData\Local\Temp\pip-build-env-7smda003\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup
exec(code, locals())
File "<string>", line 188, in <module>
NameError: name 'bare_metal_version' is not defined
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
The text was updated successfully, but these errors were encountered:
Likely setup.py can't find the right path to nvcc. We rely on CUDA_HOME from torch.utils.cpp_extension
What does from torch.utils.cpp_extension import CUDA_HOME give?
Main Complaint
note: I am in a conda environment with the following:
I have causal-conv1d==1.4.0, NumPy is installed, too.
More Info
The text was updated successfully, but these errors were encountered: