File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,12 @@ Notes:
171
171
installation, make sure Python 3.0+ is installed. Also, try using the
172
172
Python 3.0+ version of ``pip `` or ``pip3 install -e . `` command to
173
173
install JupyterLab from the forked repository.
174
+ - If you see an error that says ``Call to 'pkg-config pixman-1 --libs'
175
+ returned exit status 127 while in binding.gyp `` while running the
176
+ ``pip install `` command above, you may be missing packages required
177
+ by ``canvas ``. On macOS with Homebrew, you can add these packages by
178
+ running
179
+ ``brew install pkg-config cairo pango libpng jpeg giflib librsvg ``.
174
180
- The ``jlpm `` command is a JupyterLab-provided, locked version of the
175
181
`yarn <https://yarnpkg.com/en >`__ package manager. If you have
176
182
``yarn `` installed already, you can use the ``yarn `` command when
You can’t perform that action at this time.
0 commit comments