Closed chhotii-alex closed 2 weeks ago
As requested:
Traceback (most recent call last):
File "
Josiah was using a really old version of pip; could that explain why he has been the only one to run into this?
Anyway, not reproducible, and making ray optional makes this much less our problem.
ray
depends onsetproctitle
and this is causing an error on certain systems. Explicitly importingsetproctitle
may fix this. This is a known ray thing; Google search for what's said about this problem as a first step.