Can't pip install Tensorflow 'msvcp140_1.dll' missing

后端 未结 4 1546
礼貌的吻别
礼貌的吻别 2021-01-03 03:00

I am currently trying to pip install tensorflow, which works but after I install it, and then import it into my python module via import tensorflow as tf<

4条回答
  •  感情败类
    2021-01-03 03:11

    I recommend you this setup tutorial, it works on my computer. And you need python 3.6 for Tensorflow instead of 3.7.

    https://github.com/jeffheaton/t81_558_deep_learning/blob/master/manual_setup.ipynb

提交回复
热议问题