Kalman-and-Bayesian-Filters-in-Python
Kalman-and-Bayesian-Filters-in-Python copied to clipboard
Python 3.12 seems not supported
I created a venv using Python 3.12 and installed all the requirements. But running the block
#format the book
import book_format
book_format.set_style()
I get ModuleNotFoundError: No module named 'distutils' in test_installation() ---> from distutils.version import LooseVersion
I recreated venv using Python 3.9 and it works fine.