ciscorn/ldoce5viewer

warning & error when build and install

liuhoward opened this issue · 1 comments

I installed dependencies based on requirements.txt. but failed to install it.

when I "sudo make install", it reports error:

"/usr/local/lib/python3.11/dist-packages/whoosh/codec/whoosh3.py:1116: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif fixedsize is 0:"

"1352 WARNING: Cannot find libQt6Quick3DSpatialAudio.so.6 (needed by /usr/local/lib/python3.11/dist-packages/PySide6/Qt/qml/QtQuick3D/SpatialAudio/libquick3dspatialaudioplugin.so)"

"12651 INFO: Building COLLECT COLLECT-00.toc completed successfully.
python ./setup.py install
make: python: No such file or directory
make: *** [Makefile:8: install] Error 127"

sorry. I have figured it out.