Open robertnishihara opened 2 years ago
This should become much rarer after https://github.com/ray-project/ray/pull/27906, though a similar issue could still occur if any Ray python package dependency is out of date. One way to further improve the error message would be to check all installed package versions against Ray's requirements.txt
at runtime.
What happened + What you expected to happen
On my laptop (Macbook), I ran
Then in Python
This failed with
We should have a better error message with clear instructions saying that we need to upgrade virtualenv.
Versions / Dependencies
I was using
Upgrading to virtualenv 20.16.4 fixed the issue.
Running this on MacOS
Reproduction script
Above
Issue Severity
No response