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
Hi, I'm trying to run this on a windows pc.
and I'm encountering some issues when installing the requirements.txt
the package fused-ssim is not installed raising the following error :
Building wheel for fused_ssim (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [91 lines of output]
running bdist_wheel
running build
running build_py
creating build\lib.win-amd64-cpython-311\fused_ssim
copying fused_ssim\__init__.py -> build\lib.win-amd64-cpython-311\fused_ssim
running build_ext
C:\Users\***\miniconda3\envs\svraster\Lib\site-packages\torch\utils\cpp_extension.py:382: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified
warnings.warn(f'Error checking compiler version for {compiler}: {error}')
building 'fused_ssim_cuda' extension
After playing around a little bit i ended up on a new error:
torch\include\c10\util\safe_numerics.h(26): error C3861: '_addcarry_u64': identifier not found
Is this project tested on a windows pc, or does it require a linux environment?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to run this on a windows pc.
and I'm encountering some issues when installing the requirements.txt
the package fused-ssim is not installed raising the following error :
After playing around a little bit i ended up on a new error:
torch\include\c10\util\safe_numerics.h(26): error C3861: '_addcarry_u64': identifier not found
Is this project tested on a windows pc, or does it require a linux environment?
Thanks
The text was updated successfully, but these errors were encountered: