79559036

Date: 2025-04-07 03:58:38
Score: 1.5
Natty:
Report link

Had similar challenge and this worked.

$conda create -n pg -c gimli -c conda-forge pygimli

--This simultaneously creates the pg environment and installs pygimli - without specifying any version

$conda activate pg

$pip install jupyter

--Use pip install instead of conda install - conda installation requested certificate upgrade which seems to cause an error.

$jupyter notebook

--open jupyter notebook in browser, then import pygimli

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: user30190841