Ben Keller
Ben Keller
I can further confirm that @trquinn's workaround does get past the hang for me as well.
I'm running in to this issue as well. I'm running python 3.11.2 and commit 3067d93 for tangos. I did exactly what you showed in your February 2nd comment, and I...
Alright, I've found the source of the issue and a workaround. The issue is that in `properties/__init__.py:502`, the current working directory is not in `sys.path`. If I do `export PYTHONPATH=.`...
I don't think it does prepend the current working default to `sys.path` by default, unless you are running in the REPL or invoking a module: https://docs.python.org/3/library/sys.html#sys.path It looks like keeping...