Closed varunkas closed 1 year ago
Hi,
I ran into the following issue, when installing the run.caddsv conda environment:
>conda env create -n run.caddsv --file environment.yaml Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - nbformat==5.1.2=pyhd8ed1ab_1
I was able to get around it by removing the version restriction in the environment.yaml file as follows: - nbformat==5.1.2=pyhd8ed1ab_1 to - nbformat
- nbformat==5.1.2=pyhd8ed1ab_1
- nbformat
Hi,
I ran into the following issue, when installing the run.caddsv conda environment:
I was able to get around it by removing the version restriction in the environment.yaml file as follows:
- nbformat==5.1.2=pyhd8ed1ab_1
to- nbformat