Skip to content

Instantly share code, notes, and snippets.

@Keiku
Created November 23, 2021 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Keiku/fbe1630980e397c37f021e3e7c038021 to your computer and use it in GitHub Desktop.
Save Keiku/fbe1630980e397c37f021e3e7c038021 to your computer and use it in GitHub Desktop.
Update for pillow alerts on pipenv on Github
# delete pillow package
emacs Pipfile
# delete below package
# [packages]
# pillow
pipenv clean
# install pillow package
emacs Pipfile
# add below package
# [packages]
# pillow = ">=8.3.2"
pipenv update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment