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

后端 未结 4 1553
礼貌的吻别
礼貌的吻别 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:30

    In my case, Downloading Visual C++ from the url below works.

    https://support.microsoft.com/en-gb/help/2977003/the-latest-supported-visual-c-downloads

提交回复
热议问题