Unable to import ggplot in python 3.5

2019-09-09 03:13发布

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条回答
The star\"
2楼-- · 2019-09-09 03:34

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.

查看更多
登录 后发表回答