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
fastentrypoints breaks the new-style conda noarch package (and the old style noarch breaks entry points on Windows with recent conda, resulting in a "Failed to create process" error).
This only slows down the startup of ARTIQ programs when started by the user from the command line. Everywhere else, including in worker startup, subprocess creation is done with sys.executable + " -m artiq.xxx" so as to depend as little as possible on the packaging system.
The entry point scripts are really slow on a regular python installation. The
pkg_resources
mechanism scans the complete python path multiple times.This seems to be pypa/setuptools#510
Maybe involved in #407 but then again maybe not because we pool the workers.
The text was updated successfully, but these errors were encountered: