ciscorn / ldoce5viewer

⚠️ This software is no longer actively maintained -- Fast, free dictionary viewer for the Longman Dictionary of Contemporary English (LDOCE) 5th ed.
https://forward-backward.co.jp/ldoce5viewer/
Other
302 stars 127 forks source link

warning & error when build and install #74

Closed liuhoward closed 1 year ago

liuhoward commented 1 year ago

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"

liuhoward commented 1 year ago

sorry. I have figured it out.