关于#tensorflow#的问题,如何解决?

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.
conda-repo-cli 1.0.4 requires pathlib, which is not installed.
bokeh 2.4.1 requires typing-extensions>=3.10.0, but you have typing-extensions 3.7.4.3 which is incompatible.
这个pathlib一直下载不了,提示说不是pip的问题是跟软件包有关。

img

试试使用镜像进行安装

pip install -i https://pypi.douban.com/simple pathlib

conda-repo-cli 1.0.4 requires pathlib, which is not installed.
这个包没安装安装一下

同样的问题,楼主解决了吗?求救