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

Installation issues #6

Open
elpie89 opened this issue Feb 27, 2025 · 0 comments
Open

Installation issues #6

elpie89 opened this issue Feb 27, 2025 · 0 comments

Comments

@elpie89
Copy link

elpie89 commented Feb 27, 2025

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

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

1 participant