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
scrapydweb_1 | Traceback (most recent call last):
scrapydweb_1 | File "/usr/local/bin/scrapydweb", line 5, in <module>
scrapydweb_1 | from scrapydweb.run import main
scrapydweb_1 | File "/usr/local/lib/python3.7/site-packages/scrapydweb/__init__.py", line 10, in <module>
scrapydweb_1 | from flask_compress import Compress
scrapydweb_1 | File "/usr/local/lib/python3.7/site-packages/flask_compress/__init__.py", line 1, in <module>
scrapydweb_1 | from .flask_compress import Compress
scrapydweb_1 | File "/usr/local/lib/python3.7/site-packages/flask_compress/flask_compress.py", line 14, in <module>
scrapydweb_1 | import brotli
scrapydweb_1 | File "/usr/local/lib/python3.7/site-packages/brotli.py", line 8, in <module>
scrapydweb_1 | import _brotli
scrapydweb_1 | ImportError: Error loading shared library libstdc++.so.6: No such file or directory (needed by /usr/local/lib/python3.7/site-packages/_brotli.cpython-37m-x86_64-linux-gnu.so)
All the other services are working fine. And i'm using default configuration for scrapydweb.
The text was updated successfully, but these errors were encountered:
I'm dockerizing the whole application runing scrapyd, splash and scrapydweb.
All the other services are working fine. And i'm using default configuration for scrapydweb.
The text was updated successfully, but these errors were encountered: