JackMcKew / pandas_alive

Create stunning, animated visualisations with Pandas & Matplotlib as easy as calling `df.plot_animated()`
MIT License
581 stars 99 forks source link

Can't install. Error in Pillows #32

Closed shinyidol closed 3 years ago

shinyidol commented 3 years ago

Describe the bug Run pip script and errors from issue with pillows

To Reproduce Steps to reproduce the behavior:

  1. run install pip script
  2. errors

Expected behavior install

Tested On Win/python 3.9.5/pip 21.1.2 macOS/python 3.9.5/pip 21.1.2

Additional context Add any other context about the problem here.

Installing collected packages: pillow, attrs, pandas-alive Attempting uninstall: pillow Found existing installation: Pillow 8.2.0 Uninstalling Pillow-8.2.0: Successfully uninstalled Pillow-8.2.0 Running setup.py install for pillow ... error ERROR: Command errored out with exit status 1:

JackMcKew commented 3 years ago

Have you tried installing it within a virtual environment? That error message seems to imply an existing installation causing issues

shinyidol commented 3 years ago

Got it working. Thanks.