Using Spotify Web SDK in Qt6
-
@cobook said in Using Spotify Web SDK in Qt6:
Python3 is already installed in my labtop,
Is Python in PATH when you're calling configure? And I guess configure does not you any of your virtual environments and will not find html5lib there.
-
Ok I found how to connect the python path.
I add the my python virtual environment path. but still nothing has changed.$ pwd /Users/Qt/6.8.0/Src $ which python3 /Users/Qt/6.8.0/Src/venv/bin/python3
$ ./configure -webengine-proprietary-codecs ... [QtWebEngine] -- Support check for QtWebEngine failed: Python3 html5lib is missing. [QtWebEngine] -- Support check for QtPdf failed: Python3 html5lib is missing. .... WARNING: QtWebEngine won't be built. Python3 html5lib is missing. WARNING: QtPdf won't be built. Python3 html5lib is missing.
$ /Users/Qt/6.8.0/Src/venv/bin/python3 -m pip show html5lib Name: html5lib Version: 1.1 Summary: HTML parser based on the WHATWG HTML specification Home-page: https://github.com/html5lib/html5lib-python Author: Author-email: License: MIT License Location: /Users/Qt/6.8.0/Src/venv/lib/python3.13/site-packages Requires: six, webencodings Required-by:
-
-
did you solve the problem, i am facing the same problem, please share the solution that helped you overcome it, thanks
-
help me brooo
-
help me brooo
@Dilloncarr hi,
From what @cobook wrote, the main fix was to move to Ubuntu. Did you already tried that ?
Also, which version of Qt are you using ?
How did you install it ? -
I tried switching to Ubuntu, it didn't work
-
And you also installed that missing library ?
-
yeh right
-
Please describe the exact setup you are using:
- Qt version
- How you got it
- How you setup your build environment
- How are trying to build the QtWebengine module
-
o>O o.O oh