Issues setting up dev enviornment #2230
Replies: 1 comment
-
Hi @annaleighsmith ! I looked at Ray’s 2.10 release and it seems they don’t have a wheel for Python 3.12: https://pypi.org/project/ray/2.10.0/#files You could either try downgrading your version of Python, or we can maybe bump the version of Ray that we are using for development in requirements-dev.txt to 2.12, which seems to have Python 3.12 support (https://pypi.org/project/ray/2.12.0/#files) :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
make .venv
I keep getting the following errors:I have Python 3.12.3 and I am running this on Arch linux. Has anyone had similar problems?
Beta Was this translation helpful? Give feedback.
All reactions