I would like to run with an editable version of ARTIQ on W10, however, installing a clone of the ARTIQ repository with pip install -e .
leads to the GUI scripts being no-ops: artiq_dashboard --help
produces no output to the terminal. Console scripts work normally. Has anyone else experienced this?
I suspect it is down to the interplay between pip and conda somehow, but couldn't find anyone with similar problems, let alone solutions. Installing with conda develop .
is even worse, as the scripts don't get registered as entry points at all.