Skip to content

Commit 314d3df

Browse files
authored
Add a 'Common installation issues' section to the install guides (#2868)
1 parent b18cc59 commit 314d3df

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

doc/install.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,14 @@ following in your Python interpreter::
248248

249249
If you see a global map with shorelines, then you're all set.
250250

251+
Common installation issues
252+
--------------------------
251253

252-
Finding the GMT shared library
253-
------------------------------
254+
If you have any issues with the installation, please check out the following
255+
common problems and solutions.
256+
257+
"Error loading GMT shared library at ..."
258+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
254259

255260
Sometimes, PyGMT will be unable to find the correct version of the GMT shared
256261
library (``libgmt``).
@@ -272,8 +277,8 @@ and set its value to a path like::
272277

273278
C:\Users\USERNAME\Miniforge3\envs\pygmt\Library\bin\
274279

275-
Notes for Jupyter users
276-
-----------------------
280+
``ModuleNotFoundError`` in Jupyter notebook environment
281+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
277282

278283
If you can successfully import pygmt in a Python interpreter or IPython, but
279284
get a ``ModuleNotFoundError`` when importing pygmt in Jupyter, you may need to

0 commit comments

Comments
 (0)