pyCharm安装Tensorflow
pyCharm安装Tensorflow
❄️2winter1.注意最新的Python3.7余Tensorflow不兼容(因为关键字Async)
2.安装Python3.6
3.使用pip安装tf,如果出现超时,换pip源
1 | pip install tensorflow==1.11 -i https://pypi.tuna.tsinghua.edu.cn/simple/ |
测试:
1 | import tensorflow as tf |
1.注意最新的Python3.7余Tensorflow不兼容(因为关键字Async)
2.安装Python3.6
3.使用pip安装tf,如果出现超时,换pip源
1 | pip install tensorflow==1.11 -i https://pypi.tuna.tsinghua.edu.cn/simple/ |
测试:
1 | import tensorflow as tf |