We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Did anyone have the same issue?
Sorry, something went wrong.
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
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
No branches or pull requests
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: