tensorflow import issue for python 3.7

后端 未结 2 1460
轮回少年
轮回少年 2021-01-25 04:29

After installing tensorflow for python 3.7, I tried to import it but it gave me a syntax error. the command used for installation : sudo -H pip3 install --upgrade https://stora

2条回答
  •  清酒与你
    2021-01-25 05:12

    You can solve this by simply changing the name of all these (Ctrl + R and Replace All) from async to for example async1 as also this post suggests.

    But even after fixing it you will probably encounter other problems with Tensorflow and Python 3.7.0 . For more details see my answer here: Does TensorFlow 1.9 support Python 3.7

提交回复
热议问题