Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCurtsies frontend repl fails to start with setuptools >= 50 and watchdog installed #848
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When bpython is installed with the [watch] extra (watchdog installed additionally), The repl fails to start.
Uninstalling watchdog or installing setuptools<50 prevents the issue.
Produced with watchdog 0.10.3, bpython 0.19, python 3.8.5, macOS 10.14.6.
This appears to have something to do with the overridden distutils made in this setuptools change.
Using the
SETUPTOOLS_USE_DISTUTILS=stdlibescape hatch it provides prevents the problem as well.