kircherlab / CADD-SV

CADD-SV – a framework to score the effect of structural variants
https://cadd-sv.bihealth.org
MIT License
14 stars 3 forks source link

Conda installation failed - nbformat version #11

Closed varunkas closed 1 year ago

varunkas commented 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