Skip to content
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

Error with installing scikit_image #19

Closed
Shin-kyoto opened this issue Mar 23, 2024 · 1 comment
Closed

Error with installing scikit_image #19

Shin-kyoto opened this issue Mar 23, 2024 · 1 comment

Comments

@Shin-kyoto
Copy link

Shin-kyoto commented Mar 23, 2024

Thank you for your great work!

Detail

I got the error below when I execute python setup.py install. In installation, I got the error when installing scikit_image. Can I get the advice about this error?

Installed /home/acf15808yd/miniconda3/envs/vidar/lib/python3.8/site-packages/mmdet3d-0.17.1-py3.8-linux-x86_64.egg
Processing dependencies for mmdet3d==0.17.1
Searching for scikit-image
Reading https://pypi.org/simple/scikit-image/
Downloading https://files.pythonhosted.org/packages/2a/e3/ec27b0d8a63fd8a2effe78bfcea3a56480ed8b0be46e5232ada3f911512a/scikit_image-0.23.0rc0.tar.gz#sha256=8d78737020e9c173af6fcdd14ac7eca88a9169d072f3c8b24e602ba3acf65cf7
Best match: scikit-image 0.23.0rc0
Processing scikit_image-0.23.0rc0.tar.gz
error: Couldn't find a setup script in /tmp/42161730.1.gpu/easy_install-6w7_obt5/scikit_image-0.23.0rc0.tar.gz

What I did

conda create -n vidar python=3.8 -y
conda activate vidar

pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html
conda install -c omgarcia gcc-6

pip install mmcv-full==1.4.0
pip install mmdet==2.14.0
pip install mmsegmentation==0.14.1

git clone https://github.com/open-mmlab/mmdetection3d.git
cd mmdetection3d
git checkout v0.17.1
python setup.py install

Environment

  • mmdet3d version
$ git branch
* (HEAD detached at v0.17.1)
  main
  • cuda
$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2020 NVIDIA Corporation
Built on Mon_Oct_12_20:09:46_PDT_2020
Cuda compilation tools, release 11.1, V11.1.105
Build cuda_11.1.TC455_06.29190527_0
@Shin-kyoto Shin-kyoto changed the title RuntimeError: Scikit-learn requires Python 3.9 or later Error with installing scikit_image Mar 23, 2024
@tomztyang
Copy link
Contributor

Hi,

Thanks for your interest! Maybe you can check the requirements.txt provided at this issue, and install the package manually?

Thanks,
Zetong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants