Tensorflow install fails with “compiletime version 3.5 of module does not match runtime version 3.6”

后端 未结 8 1991
北海茫月
北海茫月 2021-02-04 01:51

I tried installing from pip:

pip3 install --user --no-cache https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.4.0-cp36-cp36m-linux_x86_64.whl
         


        
8条回答
  •  日久生厌
    2021-02-04 02:20

    For now you can use python version less than 3.6.x because now Tensorflow 1.4.0 is not working properly with python 3.6.x. It will surly work.

提交回复
热议问题