Jupyter instalation fail (dependency conflicts with jsonschema)
Jupyter lab (or notebook) installation (mamba install -c conda-forge jupyterlab
) impose new version of importlib_metadata and jsonschema, which are for the moment incompatible with the dnadna setup.
- importlib_metadata 1.5.0 py38_0 conda-forge Cached
+ importlib_metadata 6.8.0 hd8ed1ab_0 conda-forge 9kB
- jsonschema 4.6.2 pyhd8ed1ab_0 conda-forge Cached
+ jsonschema 4.19.1 pyhd8ed1ab_0 conda-forge 71kB
This issue is related to #145