The OS is windows 10, QGIS is installed with QT6 and when I try to install Quick WKT I get this error:

after ignoring and installing, it does not add the icon and when I try to import it in python console I get this error:
`Python Console
Use iface to access QGIS API interface or type '?' for more info
Security warning: typing commands from an untrusted source can harm your computer
import wkt
Traceback (most recent call last):
File "", line 1, in
File "C:\PROGRA1/QGISQT1.3/apps/qgis-qt6/./python\qgis\utils.py", line 1100, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'wkt'`
The OS is windows 10, QGIS is installed with QT6 and when I try to install Quick WKT I get this error:
after ignoring and installing, it does not add the icon and when I try to import it in python console I get this error:
`Python Console
Use iface to access QGIS API interface or type '?' for more info
Security warning: typing commands from an untrusted source can harm your computer
import wkt
Traceback (most recent call last):
File "", line 1, in
File "C:\PROGRA
1/QGISQT1.3/apps/qgis-qt6/./python\qgis\utils.py", line 1100, in _importmod = _builtin_import(name, globals, locals, fromlist, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'wkt'`