File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,14 @@ following in your Python interpreter::
248
248
249
249
If you see a global map with shorelines, then you're all set.
250
250
251
+ Common installation issues
252
+ --------------------------
251
253
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
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
254
259
255
260
Sometimes, PyGMT will be unable to find the correct version of the GMT shared
256
261
library (``libgmt ``).
@@ -272,8 +277,8 @@ and set its value to a path like::
272
277
273
278
C:\Users\USERNAME\Miniforge3\envs\pygmt\Library\bin\
274
279
275
- Notes for Jupyter users
276
- -----------------------
280
+ `` ModuleNotFoundError `` in Jupyter notebook environment
281
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
277
282
278
283
If you can successfully import pygmt in a Python interpreter or IPython, but
279
284
get a ``ModuleNotFoundError `` when importing pygmt in Jupyter, you may need to
You can’t perform that action at this time.
0 commit comments