-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not install mmdetection3d #169
Comments
Did anyone have the same issue? |
pip install scikit_image==0.23.2 |
|
This version of scikit-image==0.19.3 is working fine for me. |
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?
The text was updated successfully, but these errors were encountered: