I have a similar problem as this post, however this fix didn't work for me. I am working in Spyder, Python 3.6 and want to run ggplot. After installing ggplot with pip, I am still unable to locate the module
import ggplot
Traceback (most recent call last):
File "<ipython-input-5-1140326dc452>", line 1, in <module>
import ggplot
ModuleNotFoundError: No module named 'ggplot'
EDIT: I have also installed it in Anaconda Prompt with
pip install ggplot
and followed with
conda install ggplot
but have this error message
PackageNotFoundError: Packages missing in current channels:
- ggplot
conda install ggplotinstall worked with Jupyter. Forgoing Spyder. Any other solutions would still be welcome