feedhq / feedhq

FeedHQ is a web-based feed reader

Home Page:https://feedhq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pillow installation Bad MD5 hash for package

sachinsu opened this issue · comments

I am trying to install Feedhq locally on Ubuntu 12.04 VM. While running "pip install -r requirements.txt" , it halts while installing pillow with error "InstallationError: Bad MD5 hash for package....". Any idea?

I can install Pillow just fine here (up-to-date Archlinux) and on my servers (Ubuntu 12.10)… Maybe pip is confused by the number of downloads available for pillow.

What's your version of pip ? If you don't have 1.3.1 I'd recommend updating it (pip install -U pip).

If it still doesn't work with a recent pip, try installing Pillow using the direct link to the source tarball: https://pypi.python.org/packages/source/P/Pillow/Pillow-2.0.0.zip

Ok, i installed pillow using direct link to tarball and now it works. Now when i am trying to run feedhq in development (i.e. any command with "make") , it gives error "ImportError: Could not import settings 'feedhq.settings' (Is it on sys.path?): No module named feedhq.settings"

Did you run the add2virtualenv . command? feedhq needs to be on the python path.

Thanks, I am able to run application after using add2virtualenv.

Glad to hear. The deployment docs aren't that great, let me know if you have any issues. I'm also available on the #feedhq IRC channel on freenode.