docker run -p 8050:8050 scrapinghub/splash

Posted almost 7 years ago by Nerius Rutkauskas

Post a topic
Answered
N
Nerius Rutkauskas

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? 


0 Votes

N

Nerius Rutkauskas posted almost 7 years ago Best Answer

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

0 Votes


5 Comments

Sorted by
z

zacklouns posted almost 7 years ago

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

0 Votes

nestor

nestor posted almost 7 years ago Admin

What system are you running this on?

0 Votes

N

Nerius Rutkauskas posted almost 7 years ago Answer

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

0 Votes

z

zacklouns posted almost 7 years ago

Nice, I'll try that out. I'm on macOS 10.13.3

0 Votes

z

zacklouns posted almost 7 years ago

A docker reset worked for me, too.

1 Votes

Login to post a comment