我正在试着做更高的光标。我使用cmd: pip install mplcursors。然而,我得到了下面的消息。我不确定为什么会提到python2.7,因为我确信我已经有python3.6了。
发布于 2021-06-30 22:42:19
尝试使用pip3 install mplcursors,因为您可能使用Python2.7和3.6
pip3 install mplcursors
https://stackoverflow.com/questions/68196829
相似问题