gsgen3d / gsgen

[CVPR 2024] Text-to-3D using Gaussian Splatting
https://arxiv.org/abs/2309.16585
MIT License
771 stars 46 forks source link

Python versioning issue during installation: it seems like some versions are unresolvable #36

Open yw5aj opened 8 months ago

yw5aj commented 8 months ago

Hi all, I'm installing it on Windows. When I have a Python version >= 3.10 it says:

ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10

And when I downgraded to 3.9:

ERROR: Ignored the following versions that require a different python version: 8.19.0 Requires-Python >=3.10; 8.20.0 Requires-Python >=3.10

Could anyone help?

MasterKayOz commented 8 months ago

I have the same issue. Would appreciate a pointer in the right direction :)

Automation-Terry commented 7 months ago

I successfully downloaded the corresponding version of the library in Python=3.10 by manually downloading it from PyPI @yw5aj @MasterKayOz