File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -203,18 +203,19 @@ installed in it.
203203> the moment, please try again later or [raise an
204204> issue](https://github.com/ESMValGroup/ESMValTool/issues/new/choose)
205205> - 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
206+ > conda: `conda update -n base conda`
207+ > - You can help conda solve the environment by specifying
207208> the python version:
208209> ```bash
209210> conda create -n esmvaltool -c conda-forge -c esmvalgroup esmvaltool-python python=3.8
210211> ```
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`.
211214> - If you have an old conda installation you could get a `UnsatisfiableError`
212215> message. Please install a newer version of conda and try again
213216> - Downloads fail due to company proxy, see [conda
214217> docs](https://docs.anaconda.com/anaconda/user-guide/tasks/proxy/) how to
215- > resolve
216- > - On ``MacOSX``, ``esmvaltool-python`` and
217- > ``esmvaltool-ncl`` only work with Python 3.7. Use `python=3.7` instead of `python=3.8` in the installation code above.
218+ > resolve.
218219>
219220{: .callout}
220221
You can’t perform that action at this time.
0 commit comments