Python Forum

Full Version: mpl_toolkits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,My Ubuntu version is 20.04 LTS and python version is 3.9
When I import as below and install the package in PyCharm, I get a "package install failed" message.
from mpl_toolkits.basemap import Basemap
And at the details
"If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.

The following specifications were found to be incompatible with your system:

- feature:/linux-64::__glibc==2.31=0
- feature:|@/linux-64::__glibc==2.31=0
- basemap -> libgcc-ng[version='>=7.3.0'] -> __glibc[version='>=2.17']

Your installed version is: 2.31"

What does it mean? Does it mean I can't use mpl_toolkits library in python version 3.9?