Unable to import ggplot in python 3.5

天大地大妈咪最大 提交于 2019-12-13 07:23:50

问题


i am unable to import ggplot in python 3.5. Can any body help me out on this? i think i have to install through pip install but do not know how to do it.
Below is the error.

ImportError: No module named 'ggplot'


回答1:


What you're looking for is pip install ggplot from the command line, then you should be able to import it in a Python project.

Here's some documentation on using pip: pip help

Don't be afraid to use Google, the Python community is big and has probably answered many of your questions already.



来源:https://stackoverflow.com/questions/35750572/unable-to-import-ggplot-in-python-3-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!