本文介紹了每當我嘗試運行 conda install tensorflow 時都會出現以下錯誤的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!
問題描述
這是錯誤:
解決環境:失敗
UnsatisfiableError:發現以下規范存在沖突:- numba -> numpy[版本='>=1.14,<1.15.0a0']-張量流使用conda info"查看每個包的依賴關系.
UnsatisfiableError: The following specifications were found to be in conflict: - numba -> numpy[version='>=1.14,<1.15.0a0'] - tensorflow Use "conda info " to see the dependencies for each package.
推薦答案
你必須運行 conda info tensorflow
和 conda info numba
來查看每個包的每個依賴項然后你必須安裝像 conda install package=version
這樣的軟件包來解決問題.
You have to run the conda info tensorflow
and conda info numba
to see each dependencies for each package and then you have to install those package like conda install package=version
to fix the problem.
這篇關于每當我嘗試運行 conda install tensorflow 時都會出現以下錯誤的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!
【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!