我安装ggplot
使用蟒2.7在Win64的ENV conda
通过命令行:
$conda install -c https://conda.binstar.org/bokeh ggplot
以来:
$pip install -U ggplot
无法找到包(见pevious stackQ )。
检查是否已安装模块:
>python -c "import ggplot"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named ggplot
不知道如何解决这个问题?
更新说明 :调试测试
$pip freeze
>(finds package ggplot)
$import imp
$imp.find_module("ggplot")
>'C:\\Users\\Remi\\Anaconda2\\envs\\envx\\lib\\site-packages\\ggplot'