Skip to content

Some possibility of installation #510

Closed
@hydrogencl

Description

Dear community, and possible people suffering as well,

I also have struggles for installing basemap, especially with python3.6 (default shipped with Ubuntu 18.04)
After several tries like using cartopy, using apt install to install cartopy and basemap. None of them works quickly for python3.6.

In the end it works for this "simple" way:

  1. Installing pyproj (3.0.0) by python3 -m pip install pyproj==3.0
  2. installing matplotlib by python3 -m pip install matplotlib==3.3.3
  3. downloading the basemap 1.2.2 version and install also by python3 -m pip install . in the basemap untar folder.

Hope this helps.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions