Stuck in the installation step 6, 'python setup.py install'
What had I already done?
For the first 5 steps, I exactly followed your 'install.md' except the second step which said you tested on 'torch==1.10.1 & cuda==11.1'.
So, I changed your step 2 command to
"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".
So, these are all the package versions that my environment ended up with
Weird Issue Occurring when running the command "python setup.py install"
Due to the screen limitation, I can only screenshot the partial error messages. The error message is "error: Couldn't find a setup script in /tmp/easy_install-31bs04ju/scikit_image-0.21.0.tar.gz", and the rest of them are all the warning messages.
I had already gone through all the discussions from both "SurroundOcc' Issues" and "mmdetection3d' Issues", and I also tried to google this error. However, none of the answers can match with my issue.
So, may I please ask you what else I can do for fixing this issue and moving forward??
Millions of thanks for any ideas!!
Have you tried pip install scikit-image==0.21.0?
请问解决了吗?这个scikit-image 安装0.21.0 要求gcc>=9
Same issue here