pointrix-project / msplat

A modular differential gaussian rasterization library.
Other
170 stars 10 forks source link

error with jaxtyping #12

Closed Duuuuu closed 3 months ago

Duuuuu commented 3 months ago

Hello, when I install the msplat project, there is an error: "ERROR: Could not find a version that satisfies the requirement jaxtyping (from msplat) (from versions: none) ERROR: No matching distribution found for jaxtyping". I check this link https://pypi.org/project/jaxtyping/, and trying to install jaxtyping by "pip install jaxtyping". However, the latest jaxtyping need python>=3.9, but the msplat just need python>=3.,and as I'm trying to use the msplat in 3d gaussian splatting(which need python=3.7), so I am wondering which version of jaxtyping should i install? Or how can I install msplat properly? Looking for your answer! Thanks so much!!!

yGaoJiany commented 3 months ago

Consider trying Python 3.9. In my experience, the 3DGS library works perfectly with Python 3.9.