我正在运行function game(){};
。我明白了:
<script src="numbers.js" type="text/javascript"></script>
答案 0 :(得分:0)
试试这个,它对我有用:
sudo pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
答案 1 :(得分:0)
import tensorflow
是否在Python Shell中工作?
如果没有,请尝试使用pip install --upgrade --force-reinstall <package>
重新安装。
例如,对于具有GPU支持的TensorFlow版本1.12:pip install --upgrade --force-reinstall tensorflow-gpu==1.12.0
答案 2 :(得分:0)
这对我有帮助。
apt-get install -y sqlite3 libsqlite3-dev
gem install sqlite3 # or: `bundle install`