我正在运行以下谷歌Colab,但是当我运行以下命令时,会得到以下错误:
!pip install -U tfx--
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
multiprocess 0.70.11.1 requires dill>=0.3.3, but you have dill 0.3.1.1 which is incompatible.
jupyter-console 5.2.0 requires prompt-toolkit<2.0.0,>=1.0.0, but you have prompt-toolkit 3.0.18 which is incompatible.
google-colab 1.0.0 requires ipython~=5.5.0, but you have ipython 7.24.0 which is incompatible.
google-colab 1.0.0 requires requests~=2.23.0, but you have requests 2.25.1 which is incompatible.
datascience 0.10.6 requires folium==0.2.1, but you have folium 0.8.3 which is incompatible.发布于 2022-03-19 09:28:27
对于!pip install fiftyone,我确实遇到了类似的问题,但是当我重复语法时,问题就消失了。
https://stackoverflow.com/questions/67754324
复制相似问题