buaacyw / GaussianEditor

[CVPR 2024] GaussianEditor: Swift and Controllable 3D Editing with Gaussian Splatting
https://buaacyw.github.io/gaussian-editor/
Other
1k stars 47 forks source link

Installation step 1 via pip install issues #17

Open HoloDirk opened 7 months ago

HoloDirk commented 7 months ago

Hello all,

I am running a win 11 pro computer with rtx 4090, using conda cmd prompt.

I have tried all 3 options for installation. Any help to resolve below issues greatly appreciated.

Step 1, option 2 pip install gets me the closest via # CUDA version 11.8 -

(base) C:\Users\Dirk\GaussianEditor>pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 NO errors.

(base) C:\Users\Dirk\GaussianEditor>pip install -r requirements.txt Errors below-

ERROR: Exception: Traceback (most recent call last): File "C:\Users\Dirk\anaconda3\Lib\site-packages\pip_internal\cli\base_command.py", line 180, in exc_logging_wrapper status = run_func(*args) ^^^^^^^^^^^^^^^ File "C:\Users\Dirk\anaconda3\Lib\site-packages\pip_internal\cli\req_command.py", line 248, in wrapper return func(self, options, args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dirk\anaconda3\Lib\site-packages\pip_internal\commands\install.py", line 377, in run requirement_set = resolver.resolve( ^^^^^^^^^^^^^^^^^ File "C:\Users\Dirk\anaconda3\Lib\site-packages\pip_internal\resolution\resolvelib\resolver.py", line 92, in resolve result = self._result = resolver.resolve( ^^^^^^^^^^^^^^^^^ File "C:\Users\Dirk\anaconda3\Lib\site-packages\pip_vendor\resolvelib\resolvers.py", line 546, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dirk\anaconda3\Lib\site-packages\pip_vendor\resolvelib\resolvers.py", line 457, in resolve raise ResolutionTooDeep(max_rounds) pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000

iceiilin commented 5 months ago

Same here. Does anyone have a clue about it?

onevfall commented 3 months ago

Same here too. Do you have any solution now? @iceiilin