File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -196,19 +196,26 @@ 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`
207+ > - You can help conda solve the environment by specifying
208+ > the python version:
209+ > ```bash
210+ > conda create -n esmvaltool -c conda-forge -c esmvalgroup esmvaltool-python python=3.8
211+ > ```
212+ > - Note that on ``MacOSX``, ``esmvaltool-python`` and
213+ > ``esmvaltool-ncl`` only work with Python 3.7. Use `python=3.7` instead of `python=3.8`.
205214> - If you have an old conda installation you could get a `UnsatisfiableError`
206215> message. Please install a newer version of conda and try again
207216> - Downloads fail due to company proxy, see [conda
208217> docs](https://docs.anaconda.com/anaconda/user-guide/tasks/proxy/) how to
209- > resolve
210- > - On ``MacOSX``, installation only works fine for ``esmvaltool-python`` and
211- > ``esmvaltool-ncl`` with Python 3.7.
218+ > resolve.
212219>
213220{: .callout}
214221
You can’t perform that action at this time.
0 commit comments