Closed zjr-bit closed 1 year ago
This is probably caused by the internet issue. Are based in China Mainland? If so, you can try to use some VPN. You can also manullay install the Scipy package by pip install scipy
to see whether this will work
oh, I get it. But I think there are some differences between environment.yml
and requirements.txt
.
such as matplotlib~=3.3.3
in requirements.txt
and matplotlib==3.4.2
in environment.yml
.
I run conda env create -f environment.yml
and conda activate opencood
following the instruction. And then I run python setup.py develop
, it will try to find the matplotlib~=3.3.3
but I have installed matplotlib==3.4.2
in the environment, so it will get trapped (because of my internet issue).
Could you please check it and I'm not sure about it. Thank you.
Hi, this is a good catch. Maybe you can temporarily modify the version in the requirements.txt or yaml to make it the same. I will fix this later
Ok, I have finished it. Thanks for your great work again!
Hi, thanks for your great work. when I config environment and run the
python setup.py develop
, I encounter the error:Could you please tell me how fix it? I have tried a lot of times.