ERROR pips dependency resolver does not currently take into account all the packages that are installed This behaviour is the source of the following dependency conflictstensorflow 2110 requires libcl
这个错误表示pip的依赖解析器当前没有考虑到所有已安装的包,导致出现了依赖冲突。具体来说,tensorflow 2.11.0 要求安装 libclang>=13.0.0 和protobuf<3.20,>=3.9.2,但是你的环境中并没有安装这些版本的包,而是安装了不兼容的protobuf 3.20.0。需要解决这些依赖问题才能继续安装或使用tensorflow。
原文地址: https://www.cveoy.top/t/topic/bWQx 著作权归作者所有。请勿转载和采集!