在使用pip安装软件时报如下错误:

SyntaxError: ‘<‘ operator not allowed in environment markers

这里时因为pip 以及setuptools版本太旧导致,注意不能只更新setuptools会报如下错误,如下:

SyntaxError: ‘<‘ operator not allowed in environment markers

要同时更新pip 以及setuptools:

pip install --upgrade pip

pip install --upgrade setuptools

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2021-04-07
猜你喜欢
  • 2021-08-03
  • 2021-07-10
  • 2021-11-05
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
相关资源
相似解决方案