We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got a jpeg ValueError during installation with pip install -r requirements.txt
pip install -r requirements.txt
I found out that needed to install libjpeg8-dev with
sudo apt-get install libjpeg8-dev
It will be useful to update the installation instruction with this info.
The text was updated successfully, but these errors were encountered:
There's a Vagrantfile and Dockerfile to help you setup your environment.
Sorry, something went wrong.
No branches or pull requests
I got a jpeg ValueError during installation with
pip install -r requirements.txt
I found out that needed to install libjpeg8-dev with
sudo apt-get install libjpeg8-dev
It will be useful to update the installation instruction with this info.
The text was updated successfully, but these errors were encountered: