python/django - “Cannot use ImageField because Pillow is not installed”

I was having this problem on a Mac with Python 3.6.4. The solution was to uninstall Pillow 5.1.0 and instead install 5.0.0.
pip uninstall Pillow
pip install Pillow==5.0.0

Comments

Popular posts from this blog

How To Set Up RStudio On A CentOS Cloud Server | DigitalOcean

P and q values in RNA Seq

How to download reads from NCBI SRA database?