Skip to content

v2.0.3 - Fix Missing Subpackages

Choose a tag to compare

@ChenPaulYu ChenPaulYu released this 14 Nov 06:12
· 7 commits to main since this release

Bug Fixes

  • Fixed missing subpackages: Changed package discovery to include all subpackages (models/, postprocessing/, training/) in PyPI distribution
  • This fixes the ModuleNotFoundError: No module named 'allin1fix.models' error when installing from PyPI

Changes

  • Updated pyproject.toml to use automatic package discovery with {find = {}}
  • Ensures all subpackages are properly included in the wheel distribution

Installation

pip install torch>=2.0.0
pip install all-in-one-fix --no-build-isolation
pip install git+https://github.com/CPJKU/madmom  # If auto-install fails