AMD64
import pip._internal
print(pip._internal.pep425tags.get_supported())
  • 1
  • 2
WIN32
import pip
print(pip.pep425tags.get_supported())

相关文章: