OpenSenseAction / OPENSENSE_sandbox

Collection of runable examples with software packages for processing opportunistic rainfall sensors
BSD 3-Clause "New" or "Revised" License
13 stars 16 forks source link

add into README workaround for installing jupyter-lab #57

Closed fenclmar closed 1 year ago

fenclmar commented 1 year ago

I would add to readme also instalation of jupyterlab with mamba: mamba install -c conda-forge jupyterlab

It solved my problem with installing jupyterLab using conda install jupyter-lab, where I encounttred following issue (WIndows 11 Pro, Version 10.0.22621 Build 22621, System Type x64-based PC):

Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:
  - jupyter-lab
Current channels:
  - https://conda.anaconda.org/conda-forge/win-64
  - https://conda.anaconda.org/conda-forge/noarch
cchwala commented 1 year ago

Yes. It is indeed better to use mamba and it can not hurt to specify that conda-forge has to be used. But it should actually be the priority channel based on our environment.yml file.