Hi team, Some of our demo flows that were once wo...
# ask-metaflow
a
Hi team, Some of our demo flows that were once working no longer work due to some conda external dependency issues. I'm trying to resolve these issues. Have a couple inquiries: • How to install
pytorch-cuda
with just the
@conda
decorator ◦ Keep getting an error relating to not being able to install
cudart
• I tried using the metaflow bleeding edge extensions and tried resolving the environment yml file i.e. (
CONDA_OVERRIDE_CUDA=11.8 metaflow environment resolve --dry-run -f env.yml --python 3.10.1
) ◦ But I get this error:
Copy code
raise CondaException(
metaflow_extensions.netflix_ext.plugins.conda.utils.CondaException: Cannot resolve environments in mixed mode because no resolver is configured