I am getting this error when trying to install ggplot
in Python:
ImportError: cannot import name unpack_url
I am using the following command:
sudo pip install ggplot
This error is in a linux environment, running fedora 21.
I am getting this error when trying to install ggplot
in Python:
ImportError: cannot import name unpack_url
I am using the following command:
sudo pip install ggplot
This error is in a linux environment, running fedora 21.
Looks like you might need to update your version of
pip
itself.Entertainingly, you can upgrade
pip
usingpip
, as per the docs: