Mlio does not install using conda
Opened this issue · 4 comments
Here is an error during installation:
Package libprotobuf conflicts for:
mlio-py -> libmlio[version='>=0.2.7,<0.3.0a0'] -> libprotobuf[version='>=3.10.1,<3.11.0a0|>=3.11.0,<3.12.0a0|>=3.8.0,<3.9.0a0']
protobuf=3.9 -> libprotobuf[version='3.9.0.|3.9.1.|3.9.2.*|>=3.9.0,<3.10.0a0|>=3.9.1,<3.10.0a0|>=3.9.2,<3.10.0a0']
libprotobuf
Looks like a conflict between versions.
Can you install it in a clean conda environment using:
conda install -c conda-forge -c mlio mlio-py
Thats kind of hard because Im trying to use it on SageMaker Notebook instance and Sagemaker pre-defined docker images.
Can you provide more info on the specific image being used here? We'll have resolve this in the image rather than the ml-io library.
Having the same problem. If I remove the version it still errors:
The command '/bin/sh -c conda install -c mlio -c conda-forge mlio-py' returned a non-zero code: 137