qcr / quadricslam

Demonstrations of performing SLAM using Quadrics
BSD 3-Clause "New" or "Revised" License
92 stars 8 forks source link

Cannot install quadricslam #9

Closed siqiyan closed 1 year ago

siqiyan commented 1 year ago

Hi, I am trying to install quadricslam using pip install quadricslam but I am facing the following error:

ERROR: Could not find a version that satisfies the requirement dinstinctipy (from quadricslam==1.0.1) (from versions: none)
ERROR: No matching distribution found for dinstinctipy (from quadricslam==1.0.1)

So I manually install dinstinctipy by pip install distinctipy with succeess, and then I tried install quadricslam again but I got the same error. My Python version is 3.9.5, and my OS is Ubuntu20.04, could you tell me how to solve this problem? Thanks!

siqiyan commented 1 year ago

I think there is a typo in the pyproject.toml that cause the issue, specifically in the dependencies dinstinctipy should be change to distinctipy.

btalb commented 1 year ago

Thanks for spotting this @siqiyan .

I've fixed this in the latest release, v1.0.2.