Skip to content

distutils.version bug #537

Description

@Juancho-ne

Hello everyone who has contributed to this amazing resource, specially professor Labbe.

While trying to run the code in chapter 8 Designing Kalman filters, I found the following bug in book_format.py line 50:

from distutils.version import LooseVersion

It happens that distutils is no longer part of the Python library.

I could correct this by installing looseversion

pip install looseversion

and then importing it

from looseversion import LooseVersion

best regards,

Juan

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions