Skip to content

Test

Status: FAIL (import fails on Python 3.13 -- 2026-06-30)

Commands run

bash
pip install lavague-core
python -c "from lavague.core import WorldModel; print('lavague-core WorldModel imported OK')"

Actual output

ModuleNotFoundError: No module named 'pkg_resources'

Note

lavague-core installs without error but import fails because the package depends on pkg_resources, which was removed in Python 3.13. Python 3.13.14 is in use on this machine. lavague-core is not compatible with Python 3.13. To use lavague-core, a Python 3.11 or 3.12 environment is required.