mpriessner / CAFI

Combined Repos from DAIN and Zooming SlowMo
MIT License
19 stars 5 forks source link

ModuleNotFoundError: No module named 'conda' #5

Open SalvishGoomanee opened 9 months ago

SalvishGoomanee commented 9 months ago

I am trying to follow the DAIN_4_Mic notebook by running it on collab with GPU enabled and after those first lines:

import os

!wget -c https://repo.anaconda.com/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh
!chmod +x Miniconda3-4.5.4-Linux-x86_64.sh
!bash ./Miniconda3-4.5.4-Linux-x86_64.sh -b -f -p /usr/local

I get this error:

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Traceback (most recent call last):
  File "/usr/local/bin/conda", line 7, in <module>
    from conda.cli import main
ModuleNotFoundError: No module named 'conda'
Traceback (most recent call last):
  File "/usr/local/bin/conda", line 7, in <module>
    from conda.cli import main
ModuleNotFoundError: No module named 'conda'

Thanks for the help.