Skip to content

Commit

Permalink
fix: pillow installation for linux (#1805)
Browse files Browse the repository at this point in the history
* fix: pillow installation for linux

* feat: mention error description

---------

Co-authored-by: Steve Piercy <[email protected]>
  • Loading branch information
Pulkitxm and stevepiercy authored Dec 5, 2024
1 parent 3eb6df2 commit f443c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_inc/_install-pillow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
``````{note}
After generating a project, then running `make install`, if you see an error message `ERROR: Failed building wheel for Pillow`, then you need to install Pillow's dependencies.
After generating a project, then running `make install`, if you see an error message `ERROR: Failed building wheel for Pillow` or `The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from source.`, then you need to install Pillow's dependencies.
`````{tab-set}
Expand All @@ -11,7 +11,7 @@ brew install zlib libjpeg
````{tab-item} Linux
```shell
apt-get zlib libjpeg
apt install zlib1g-dev libjpeg8-dev
```
````
`````
Expand Down

0 comments on commit f443c48

Please sign in to comment.