SurroundOcc icon indicating copy to clipboard operation
SurroundOcc copied to clipboard

Stuck in the installation step 6, 'python setup.py install'

Open HelloWorld4747 opened this issue 2 years ago • 3 comments

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 Screenshot from 2023-07-20 19-16-15

Weird Issue Occurring when running the command "python setup.py install"

Screenshot from 2023-07-20 19-28-05 Screenshot from 2023-07-20 19-27-47 Screenshot from 2023-07-20 19-25-39 Screenshot from 2023-07-20 19-23-02

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!!

HelloWorld4747 avatar Jul 20 '23 11:07 HelloWorld4747

Have you tried pip install scikit-image==0.21.0?

weiyithu avatar Jul 21 '23 03:07 weiyithu

请问解决了吗?这个scikit-image 安装0.21.0 要求gcc>=9

xuyanging avatar Jul 27 '23 06:07 xuyanging

Same issue here

james-yoo avatar Jul 30 '23 08:07 james-yoo