When trying to install mplcursor with python 3.9 via pip I get this error:
ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9
ERROR: Could not find a version that satisfies the requirement mplcursor (from versions: none)
ERROR: No matching distribution found for mplcursor
When trying to install mplcursor with python 3.9 via pip I get this error:
Which I do not quite understand in view of this line in setup.py: python_requires=">=3.6"
My full requirements.txt here: