I'm trying to run a flow on an Outerbounds cloud w...
# ask-metaflow
p
I'm trying to run a flow on an Outerbounds cloud workstation, but I'm getting this error: ValueError: Cannot find AWS Client provider obp Any idea what's going on with that? (I'm bet you'll need more info from me, just let me know)
1
c
uninstall Metaflow
Copy code
pip uninstall metaflow # assumes you used pip
install Outerbounds, which install Metaflow for you with creds
Copy code
pip install outerbounds
outerbounds configure <YOUR-TOKEN>
in the future, don't install the open source metaflow directly when you are targeting Outerbounds-managed deployments
thankyou 1