mupen64plus/mupen64plus-ui-python

ImportError: cannot import name 'LegacyVersion' from 'packaging.version'

leongross opened this issue · 0 comments

Problem

Due to a new version of packaging the code breaks when building.

Solution

Downgrade packaging python3 package:

pip install --force-reinstall "packaging==21.3"