Start a new topic
Answered

docker run -p 8050:8050 scrapinghub/splash

Hello, I'm getting this error when trying to run splash on my pc:


Traceback (most recent call last):

 File "/app/bin/splash", line 3, in <module>

 from splash.server import main

 File "/app/splash/server.py", line 11, in <module>

 from splash.qtutils import init_qt_app

 File "/app/splash/qtutils.py", line 15, in <module>

 from PyQt5.QtWebKit import QWebSettings

ImportError: /opt/qt59/5.9.1/gcc_64/lib/libQt5Sensors.so.5: invalid ELF header


Does anyone knows, how could I solve it? 



Best Answer

I made docker settings reset and now it's working!


I'm having the same problem, did you have any luck figuring this out?

What system are you running this on?

Answer

I made docker settings reset and now it's working!

Nice, I'll try that out. I'm on macOS 10.13.3
A docker reset worked for me, too.

1 person likes this
Login to post a comment