Open yarikoptic opened 3 years ago
Issue:
after installing ruamel.yaml package, there is still no ruamel.yaml module:
ruamel.yaml
from bash history:
2144 conda create -c conda-forge -n dandi-ruamel-troubleshoot -y ruamel.yaml 2145 conda activate dandi-ruamel-troubleshoot
results in
(dandi-ruamel-troubleshoot) $ python -c 'import ruamel.yaml' Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'ruamel.yaml'
Environment (conda list):
conda list
Details about conda and system ( conda info ):
conda
conda info
Issue:
after installing ruamel.yaml package, there is still no
ruamel.yaml
module:from bash history:
results in
Environment (
conda list
):Details about
conda
and system (conda info
):