hustvl / MapTR

[ICLR'23 Spotlight & IJCV'24] MapTR: Structured Modeling and Learning for Online Vectorized HD Map Construction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not install mmdetection3d

spcrobocar opened this issue · comments

I have followed the installation steps in this repo, however, when I ran

python setup.py develop

for mmdetection3, I got the following error:

Installed /xxx/MapTR/mmdetection3d Processing dependencies for mmdet3d==0.17.2 Searching for scikit-image Reading https://pypi.org/simple/scikit-image/ Downloading https://files.pythonhosted.org/packages/24/ce/183ff64ed397911a9d3b671714f8a2618af407b427a40ca48550fb0f7bd7/scikit_image-0.23.2.tar.gz#sha256=c9da4b2c3117e3e30364a3d14496ee5c72b09eb1a4ab1292b302416faa360590 Best match: scikit-image 0.23.2 Processing scikit_image-0.23.2.tar.gz error: Couldn't find a setup script in /tmp/easy_install-uudm7puh/scikit_image-0.23.2.tar.gz

How can I fix this?

Did anyone have the same issue?

pip install scikit_image==0.23.2

I have followed the installation steps in this repo, however, when I ran

python setup.py develop

for mmdetection3, I got the following error:

Installed /xxx/MapTR/mmdetection3d Processing dependencies for mmdet3d==0.17.2 Searching for scikit-image Reading https://pypi.org/simple/scikit-image/ Downloading https://files.pythonhosted.org/packages/24/ce/183ff64ed397911a9d3b671714f8a2618af407b427a40ca48550fb0f7bd7/scikit_image-0.23.2.tar.gz#sha256=c9da4b2c3117e3e30364a3d14496ee5c72b09eb1a4ab1292b302416faa360590 Best match: scikit-image 0.23.2 Processing scikit_image-0.23.2.tar.gz error: Couldn't find a setup script in /tmp/easy_install-uudm7puh/scikit_image-0.23.2.tar.gz

How can I fix this?
Have you solved it yet?I directly input pip install scikit_image==0.23.2,but it still reports an error