MetOs-UiO / eScience2024

https://metos-uio.github.io/eScience2024/
1 stars 12 forks source link

Getting building error #41

Closed sarambl closed 2 months ago

sarambl commented 2 months ago

I get this error when I try to build with the branch add_examples. Any input @mvdebolskiy ?

Extension error:
Could not import extension sphinx.builders.linkcheck (exception: cannot import name 'COMMON_SAFE_ASCII_CHARACTERS' from 'charset_normalizer.constant' (/Users/sarablichner/anaconda3/envs/escience_docs/lib/python3.12/site-packages/charset_normalizer/constant.py))
image
mvdebolskiy commented 2 months ago

Can you try to pip install -r requirements.txt again? Also, remove _build and jupyter_exectue folders.

sarambl commented 2 months ago

Ok, tried that, no change!

mvdebolskiy commented 2 months ago

Did you do something to that conda environment you are using?

sarambl commented 2 months ago

I'm trying to re-install a clean env now. Let's see!

sarambl commented 2 months ago

Fixed it!! Thanks.