You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pysox is currently broken due to a breaking change from setuptools as described here: pypa/setuptools#4870
setuptools.errors.InvalidConfigError: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
The fix is easy enough. As the error suggests just change description-file to description_file in your setup.cfg
The text was updated successfully, but these errors were encountered:
JackismyShephard
changed the title
Critical: Pysox not working due to breaking change from setuptools
Critical: pysox not working due to breaking change from setuptools
Mar 24, 2025
Thank you. Would you have the time to author a PR?
@lostanlen setuptools reverted the breaking change so pysox is working again. However, it would still be nice to update the config file for the future.
Pysox is currently broken due to a breaking change from setuptools as described here: pypa/setuptools#4870
The fix is easy enough. As the error suggests just change
description-file
todescription_file
in your setup.cfgThe text was updated successfully, but these errors were encountered: