Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mpl_toolkits
#1
Thumbs Up 
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?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  mpl_toolkits.basemap rf_kartal 0 347 Jul-18-2023, 08:26 AM
Last Post: rf_kartal
  Why is mpl_toolkits loaded? Gribouillis 1 1,590 Jan-30-2021, 08:39 PM
Last Post: Serafim

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020