I get the following error whenever I try to run conda install tensorflow

前端 未结 2 1135
暗喜
暗喜 2021-01-27 13:35

This is the error :

Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict: - numba -> numpy[version=\'>=1.

2条回答
  •  无人及你
    2021-01-27 14:01

    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.

提交回复
热议问题