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!!!
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!!!