Kalman-and-Bayesian-Filters-in-Python icon indicating copy to clipboard operation
Kalman-and-Bayesian-Filters-in-Python copied to clipboard

Python 3.12 seems not supported

Open lengbh opened this issue 1 year ago • 0 comments

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.

lengbh avatar Jan 31 '24 07:01 lengbh