0
点赞
收藏
分享

微信扫一扫

ERROR pip‘s dependency resolver does not currently take into account all the packages that are inst

王小沫 2022-02-19 阅读 159
前端面试

安装wrapt时,报了如下错:

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.
tensorflow 2.7.0 requires h5py>=2.9.0, which is not installed.
tensorflow 2.7.0 requires typing-extensions>=3.6.6, which is not installed.
tensorflow 2.7.0 requires wheel<1.0,>=0.32.0, which is not installed.

直接按照提示安装即可

pip install h5py
pip install typing-extensions
pip install wheel
举报

相关推荐

0 条评论