You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
I ran into an issue when installing ynr from the [production deployment wiki.] I got around the issue but wanted to let y'all know.
When running pip install -r requirements.txt Pillow failed to install. I used easy_install Pillow and it installed with no issues. I reran pip install -r requirements.txt and everything installed properly.
The text was updated successfully, but these errors were encountered:
I tried to replicate the solution later but couldn't. It appears the real issue is that I was missing libjpeg. I installed libjpeg-dev and it worked. Can anyone verify this is a needed resource?
I ran into an issue when installing ynr from the [production deployment wiki.] I got around the issue but wanted to let y'all know.
When running
pip install -r requirements.txt
Pillow failed to install. I usedeasy_install Pillow
and it installed with no issues. I reranpip install -r requirements.txt
and everything installed properly.The text was updated successfully, but these errors were encountered: