like
https://stackoverflow.com/questions/55112345/conda-modulenotfound-after-installing-pytorch
which raise
from conda.cli import main
ModuleNotFoundError: No module named 'conda'
sometimes it will be fixed before you install some packages by
conda update --all