autorope / donkeycar

Open source hardware and software platform to build a small scale self driving car.
http://www.donkeycar.com
MIT License
3.13k stars 1.29k forks source link

Host PC Ubuntu - conda environment not created #713

Closed custom-build-robots closed 3 years ago

custom-build-robots commented 3 years ago

Hello, I tried to install the donkey car project on my host PCs (Lenovo T520 and Lenovo T450s). I tried the last two days different versions of Ubuntu (ubuntu-20.04.1-desktop-amd64.iso and ubuntu-18.04.5-desktop-amd64.iso). I installed those versions several times new on my laptops to ensure to have everything fresh. But after setting up the conda environment the environment was never created. I followed the installation guide for host PCs (http://docs.donkeycar.com/guide/host_pc/setup_ubuntu/) step by step several times... I always get the following message after following the guide step by step:

(base) ingmar@Ingmar:~/projects/donkeycar$ conda activate donkey
Could not find conda environment: donkey

If I use the following command to list all environments I never see the donkey environment.

(base) ingmar@Ingmar:~/projects/donkeycar$ conda info --envs
# conda environments:
#
base                  *  /home/ingmar/anaconda3
openbot                  /home/ingmar/anaconda3/envs/openbot
                         /home/ingmar/miniconda3

Does anoybody knows an answer what I am doing wrong?

We had also a discussion on the discord simulation channel: https://discord.com/channels/662098530411741184/671604071999864832/793074022622429194

Thank you very much for any hint and stay healthy,

Ingmar conda_donkey_not_found

custom-build-robots commented 3 years ago

Problem solved check the ubuntu.yml file and in some cases you have to update that.

custom-build-robots commented 3 years ago

solved