SkyworkAI / Gamba

Gamba: Marry Gaussian Splatting with Mamba for single view 3D reconstruction
https://florinshen.github.io/gamba-project
90 stars 4 forks source link

No matching distribution found for causal-conv1d==1.2.0 #2

Closed 1having0 closed 2 months ago

1having0 commented 3 months ago

I used python 3.8, but when I 'pip install causal-conv1d==1.2.0 mamba-ssm' , I got the following errors. How can I solve?

ERROR: Could not find a version that satisfies the requirement causal-conv1d==1.2.0 (from versions: 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, 1.1.2.post1, 1.1.3.post1, 1.2.0.post1, 1.2.0.post2, 1.2.1, 1.2.2.post1, 1.3.0.post1, 1.4.0) ERROR: No matching distribution found for causal-conv1d==1.2.0

florinshen commented 2 months ago

As this project is built on mamba-v1, the installation of causal-conv1d package is not mandatory