SarahwXU / HiSup

MIT License
121 stars 17 forks source link

conda develop . error #21

Closed 1105430565 closed 9 months ago

1105430565 commented 9 months ago

Server configuration: linux system, rtx3090. According to the readme installation environment, execute the conda develop. command and an error message 'ModuleNotFoundError: No module named 'conda_build'' will be reported. But when I try the pip install conda_build command it keeps failing.

SarahwXU commented 9 months ago

Frankly, I never encountered this problem. I did some Google search. It seems there are some issues with the conda-related software. By the way, the library seems to be "conda-build" during installation.

cherubicXN commented 9 months ago

Hi @1105430565, you can try to use conda install conda-build as you may use miniconda instead of anaconda.

Best, Nan

1105430565 commented 9 months ago

The problem with conda develop. has been solved, but I have the following problem when running the ‘’make‘’command: image

Except that the version of pycocotools is 2.0.7, because version 2.0.4 keeps reporting errors. The versions of other dependent environments are consistent.