You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip install --no-deps --no-binary :all: --ignore-installed brotlipy
Collecting brotlipy
Using cached https://files.pythonhosted.org/packages/d9/91/bc79b88590e4f662bd40a55a2b6beb0f15da4726732efec5aa5a3763d856/brotlipy-0.7.0.tar.gz
Skipping bdist_wheel for brotlipy, due to binaries being disabled for it.
Installing collected packages: brotlipy
Running setup.py install for brotlipy ... done
Successfully installed brotlipy-0.7.0
IIRC @ikreymer just ended up disabling brotli support in pywb when this error is encountered, so unfortunately I don't know of any workaround at the moment @kukat. Please post back if you do find a way to fix this!
There seems to be something preventing brotlipy from working on my machine:
This also happens with just plain
pip install brotlipy
(without the--no-deps --no-binary :all: --ignore-installed
options).The text was updated successfully, but these errors were encountered: