我一直试图在Rodeo上安装ggplot一段时间。 我阅读了一些主题,例如Installing ggplot for python failed with error code 1,pip install numpy (python 2.7) fails with errorcode 1和Error while installing ggplot in python。他们都没有解决我的问题(这可能更简单,但我找不到答案)。
我也遵循了https://pypi.python.org/pypi/ggplot的指南。它也没有用。
我一直收到以下错误:
pip install -U ggplot
SyntaxError:语法无效(< ipython-input-32-9868b8f5549e>,第1行)
文件" < ipython-input-32-9868b8f5549e> ",第1行
pip install git + https://github.com/yhat/ggplot.git
^
SyntaxError:语法无效
还会发生什么:
将ggplot导入为ggplot
ImportError:没有名为' ggplot'
的模块ImportError Traceback(最近一次调用最后一次)
< ipython-input-22-66fae3902047> in()
----> 1导入ggplot作为ggplot
ImportError:没有名为' ggplot'
的模块
我试图使用Spyder,但我得到的是消息"以下命令必须在IPython shell之外运行:"。
我错过了什么?如何在Rodeo上使用ggplot?或者至少在Spyder上?
答案 0 :(得分:0)
在rodeo或spyder python中,我使用了以下代码:
flat1 = tf.reduce_mean(conv1_out, axis=(1, 2))
flat2 = tf.reduce_mean(conv2_out, axis=(1, 2))