問(wèn)題描述
這是錯(cuò)誤:
解決環(huán)境:失敗
UnsatisfiableError:發(fā)現(xiàn)以下規(guī)范存在沖突:- numba -> numpy[版本='>=1.14,<1.15.0a0']-張量流使用conda info"查看每個(gè)包的依賴(lài)關(guān)系.
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.
推薦答案
你必須運(yùn)行 conda info tensorflow
和 conda info numba
來(lái)查看每個(gè)包的每個(gè)依賴(lài)項(xiàng)然后你必須安裝像 conda install package=version
這樣的軟件包來(lái)解決問(wèn)題.
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.
這篇關(guān)于每當(dāng)我嘗試運(yùn)行 conda install tensorflow 時(shí)都會(huì)出現(xiàn)以下錯(cuò)誤的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!