Also, for some reason, I can't import like this: `...
# ask-metaflow
f
Also, for some reason, I can't import like this:
from metaflow import resources, conda_base
. Seems like
resources, conda_base
aren't available in my metaflow environment? I am running on metaflow 2.8.5 I think. Anybody knows why this might be? Also, I think I installed metaflow via conda and not pip. Don't know if this will be a problem?
1