File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -196,18 +196,24 @@ installed in it.
196196
197197> ## Common issues
198198>
199- > - Installation takes long time
199+ > - Installation takes a long time
200200> - Downloads and compilations can take several minutes to complete,
201201> please be patient.
202202> - You might have bad luck and the dependencies can not be resolved at
203203> the moment, please try again later or [raise an
204204> issue](https://github.com/ESMValGroup/ESMValTool/issues/new/choose)
205+ > - If `Solving environment` takes more than 10 minutes, you may need to update
206+ > conda: `conda update -n base conda`. Another fix can be to specify
207+ > the python version:
208+ > ```bash
209+ > conda create -n esmvaltool -c conda-forge -c esmvalgroup esmvaltool-python python=3.8
210+ > ```
205211> - If you have an old conda installation you could get a `UnsatisfiableError`
206212> message. Please install a newer version of conda and try again
207213> - Downloads fail due to company proxy, see [conda
208214> docs](https://docs.anaconda.com/anaconda/user-guide/tasks/proxy/) how to
209215> resolve
210- > - On ``MacOSX``, installation only works fine for ``esmvaltool-python`` and
216+ > - On ``MacOSX``, installation may only work for ``esmvaltool-python`` and
211217> ``esmvaltool-ncl`` with Python 3.7.
212218>
213219{: .callout}
You can’t perform that action at this time.
0 commit comments