scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.09k stars 513 forks source link

ImportError: /opt/qt55/lib/libQt5Sql.so.5: undefined symbol: #545

Open fengyingbanbo opened 7 years ago

fengyingbanbo commented 7 years ago

step1:apt-get update && apt-get upgrade step2: git clone https://github.com/scrapinghub/splash/ step3:./provision.sh prepare_install install_msfonts install_builddeps install_deps install_extra_fonts install_pyqt5 install_python_deps step4:pip3 install -r requirements.txt no error during the four steps,but when i started running the server

root@ConvertImg:/usr/local/soft/splash-master# python3 -m splash.server --port=5000 Traceback (most recent call last): File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main "main", mod_spec) File "/usr/lib/python3.4/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/local/soft/splash-master/splash/server.py", line 12, in from splash.qtutils import init_qt_app File "/usr/local/soft/splash-master/splash/qtutils.py", line 17, in from PyQt5.QtWebKit import QWebSettings ImportError: /opt/qt55/lib/libQt5Sql.so.5: undefined symbol: _ZNK19QAbstractTableModel7siblingEiiRK11QModelIndex

any body can tell me how to handle width it?

Gallaecio commented 4 years ago

Did you manage to solve your issue?