【Python错误】Could not find a version that satisfies the requirement urllib

文章目录

      • 报错代码:
      • 报错原因:


报错代码:

ERROR: Could not find a version that satisfies the requirement urllib (from versions: none)
ERROR: No matching distribution found for urllib

报错原因:

python3内置 urllib 模块,因此无需另行安装

你可能感兴趣的:(Python错误,python,debug)