Hi I am testing out my GPU Compute Environment on ...
# ask-metaflow
c
Hi I am testing out my GPU Compute Environment on AWS Batch via this example. Mamba is not playing well and keeps throwing the following dependency error:
Copy code
Bootstrapping conda environment...(this could take a few minutes)
    Conda ran into an error while setting up environment.:
    Step: start, Error: command '['/Users/yravindranath/mambaforge/condabin/mamba', 'create', '--yes', '--no-default-packages', '--name', 'metaflow_GPUFlow_linux-64_62c77af6e7b48ded7385bc9cc1c37d614649108d', '--quiet', b'python==3.8', b'requests==>=2.21.0', b'boto3==>=1.14.0', b'pytorch==1.11.0', b'torchvision==0.12.0']' returned error (1): b'Could not solve for environment specs\nThe following packages are incompatible\n\xe2\x94\x9c\xe2\x94\x80 pytorch 1.11.0  is uninstallable because there are no viable options\n\xe2\x94\x82  \xe2\x94\x9c\xe2\x94\x80 pytorch 1.11.0 would require\n\xe2\x94\x82  \xe2\x94\x82  \xe2\x94\x94\xe2\x94\x80 __glibc >=2.17,<3.0.a0 , which is missing on the system;\n\xe2\x94\x82  \xe2\x94\x94\xe2\x94\x80 pytorch 1.11.0 would require\n\xe2\x94\x82     \xe2\x94\x94\xe2\x94\x80 __cuda  , which is missing on the system;\n\xe2\x94\x94\xe2\x94\x80 torchvision 0.12.0  is uninstallable because it requires\n   \xe2\x94\x94\xe2\x94\x80 __glibc >=2.17,<3.0.a0 , which is missing on the system.\n{\n    "success": false\n}\n', stderr=b''
Any idea how to fix it? I tried: 1. Removing
.metaflow
2. Removing
metaflow_GPUFlow_linux-64_62c77af6e7b48ded7385bc9cc1c37d614649108d
3.
mamba clean -a
I am running this on a
g5.xlarge
instance.
1