SegAnyGAussians icon indicating copy to clipboard operation
SegAnyGAussians copied to clipboard

Conda installation issues

Open Arcadia727 opened this issue 5 months ago • 2 comments

During the configuration of the project environment, the following issues arose: Collecting safetensors Using cached safetensors-0.5.3.tar.gz (67 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'error'

Pip subprocess error: error: subprocess-exited-with-error

× pip subprocess to install backend dependencies did not run successfully. │ exit code: 1 ╰─> [3 lines of output] ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.9; 0.1.19 ERROR: Could not find a version that satisfies the requirement puccinialin (from versions: none) ERROR: No matching distribution found for puccinialin [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× pip subprocess to install backend dependencies 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.

failed

CondaEnvException: Pip failed Could you please update the environment configuration file?

Arcadia727 avatar Jul 17 '25 15:07 Arcadia727

I also encountered the same problem. It took me a long time to solve it but still no solution was found. However, this is the most fundamental step. For such a high-collaboration-volume open-source project, there shouldn't be any problems. Do you have any new ideas for solving this problem now? We can communicate together.

kmmaster avatar Sep 09 '25 12:09 kmmaster

Hi, I check my env and find the version of safetensors is 0.4.2. You can try this instead of 0.5.3.

Jumpat avatar Sep 15 '25 02:09 Jumpat