环境搭建失败
来源:6-13 TensorFlow-ssd环境搭建(2)

高靖淳
2023-03-08
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-k9saz8tp/seqeval/
You are using pip version 8.1.1, however version 23.0.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
这样怎么解决啊
写回答
1回答
-
会写代码的好厨师
2023-03-08
pip install --upgrade pip
用这个命令升级pip
022023-03-09
相似问题