We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e56ea9 commit 86e7dfeCopy full SHA for 86e7dfe
contribute/process/docbuild.rst
@@ -163,6 +163,20 @@ tools:
163
164
PIP_IGNORE_INSTALLED=0 pip3 install --user -r scripts/requirements-lax.txt
165
166
+ The hardcoded package versions might need additional libraries installed
167
+ in order to compile them. For example, to resolve the following error:
168
+
169
+ .. code-block:: bash
170
171
+ ERROR: Could not build wheels for pillow, which is required to install pyproject.toml-based projects
172
173
+ you should install:
174
175
176
177
+ sudo apt install libjpeg-dev zlib1g-dev
178
179
180
For Windows, install the needed tools manually:
181
182
* Python (3.7+) from https://www.python.org/downloads/
0 commit comments