anaconda安装tensorflow,jupyter notebook运行时,提示没有pandas包的解决方法
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow
免费下载资源
·
本人是在anaconda中安装的tensorflow,然后在tensorflow中安装的jupyter notebook,当使用import pandas时提示包不存在。但退出tensorflow使用conda list命令查看安装的包时,有pandas。后来搞明白原来是在tensorflow中需要重新安装,安装步骤如下:
1.首先启动tensorflow
source activate tensorflow
2.安装pandas
pip install pandas
其他包的安装也是类似,这样就可以继续码代码了。
GitHub 加速计划 / te / tensorflow
184.55 K
74.12 K
下载
一个面向所有人的开源机器学习框架
最近提交(Master分支:2 个月前 )
a49e66f2
PiperOrigin-RevId: 663726708
2 个月前
91dac11a
This test overrides disabled_backends, dropping the default
value in the process.
PiperOrigin-RevId: 663711155
2 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)