I installed the software step by step according to the setup environment chapter.
git clone https://github.com/avlmaps/AVLMaps.git
conda create -n avlmaps python=3.8 -y # or use virtualenv
conda activate avlmaps
conda install jupyter -y
cd AVLMaps
bash install.bash
I have successfully installed the packages in requirements.txt.
But when the command which is conda install habitat-sim=0.2.2 -c conda-forge -c aihabitat -y is executed , something unexpected happens. The information is as follws:
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: \ unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Conda is in the process of resolving the environment. I've been waiting half the day, and it's still working on the environment. I've never had this happen with conda.
Is there a wrong version of some packages in the AVLMaps project, such as the python version?
I installed the software step by step according to the setup environment chapter.
I have successfully installed the packages in requirements.txt.
But when the command which is
conda install habitat-sim=0.2.2 -c conda-forge -c aihabitat -yis executed , something unexpected happens. The information is as follws:Conda is in the process of resolving the environment. I've been waiting half the day, and it's still working on the environment. I've never had this happen with conda.
Is there a wrong version of some packages in the AVLMaps project, such as the python version?