Any one had success in getting the `ray` library t...
# ask-metaflow
b
Any one had success in getting the
ray
library to work with metaflow on apple silicon? I get the error message
Copy code
nothing provides requested ray-tune 2.3.0
when attempting to include
"ray-tune": "2.3.0",
in the
@conda_base
decorator with PYTHON_VERSION = "3.10.13". I am able to successfully construct a conda python
3.10.13
environment with ray-tune 2.3.0