diff-gaussian-rasterization-modified icon indicating copy to clipboard operation
diff-gaussian-rasterization-modified copied to clipboard

WHL for Windows

Open SoftologyPro opened this issue 1 year ago • 0 comments

Is there a compiled WHL available for Windows?

diff-gaussian-rasterization-modified is a requirement for PF3plat and I cannot get it to build on Windows.

When I try and pip install on Windows I get this

pip install git+https://github.com/dcharatan/diff-gaussian-rasterization-modified
Collecting git+https://github.com/dcharatan/diff-gaussian-rasterization-modified
  Cloning https://github.com/dcharatan/diff-gaussian-rasterization-modified to c:\users\jason\appdata\local\temp\pip-req-build-wglv_e8p
  Running command git clone --filter=blob:none --quiet https://github.com/dcharatan/diff-gaussian-rasterization-modified 'C:\Users\Jason\AppData\Local\Temp\pip-req-build-wglv_e8p'
  Resolved https://github.com/dcharatan/diff-gaussian-rasterization-modified to commit 1250c420ebb945f0dce9945086e22faab9157c92
  Running command git submodule update --init --recursive -q
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [17 lines of output]
      Traceback (most recent call last):
        File "D:\Tests\PF3plat\PF3plat\venv\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
          main()
        File "D:\Tests\PF3plat\PF3plat\venv\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 "D:\Tests\PF3plat\PF3plat\venv\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\Jason\AppData\Local\Temp\pip-build-env-8v70dnam\overlay\Lib\site-packages\setuptools\build_meta.py", line 333, in get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=[])
        File "C:\Users\Jason\AppData\Local\Temp\pip-build-env-8v70dnam\overlay\Lib\site-packages\setuptools\build_meta.py", line 303, in _get_build_requires
          self.run_setup()
        File "C:\Users\Jason\AppData\Local\Temp\pip-build-env-8v70dnam\overlay\Lib\site-packages\setuptools\build_meta.py", line 521, in run_setup
          super().run_setup(setup_script=setup_script)
        File "C:\Users\Jason\AppData\Local\Temp\pip-build-env-8v70dnam\overlay\Lib\site-packages\setuptools\build_meta.py", line 319, in run_setup
          exec(code, locals())
        File "<string>", line 13, in <module>
      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.

If I pip installl torch before, I get the same error.

Any ideas?

SoftologyPro avatar Nov 04 '24 23:11 SoftologyPro