在jupyter notebook中输入:
找到python对应的正确whl版本
import pip._internal
from pip._internal import pep425tags
print(pip._internal.pep425tags.get_supported())

相关文章:

  • 2021-06-04
  • 2022-12-23
  • 2021-10-25
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2022-01-29
猜你喜欢
  • 2021-08-27
  • 2022-02-07
  • 2021-10-21
  • 2021-06-27
  • 2022-12-23
  • 2022-02-07
  • 2021-11-20
相关资源
相似解决方案