HewlettPackard / cmf

CMF library helps to collect and store information associated with ML pipelines. It tracks the lineages for artifacts and executions of distributed AI pipelines. It provides API's to record and query the metadata associated with ML pipelines. The framework adopts a data first approach and all artifacts recorded in the framework are versioned and identified by the content hash.
https://hewlettpackard.github.io/cmf/
Apache License 2.0
30 stars 14 forks source link

Issues with installing on Apple Mac M3 #185

Open subenksaha opened 4 months ago

subenksaha commented 4 months ago

I am trying to install cmf according to the instructions on this page: https://hewlettpackard.github.io/cmf/ using conda but I am facing issues with peer dependency ml-metadata.

I am getting the following error while trying to install using conda and github version:

Screenshot 2024-06-25 at 7 08 56 AM

I also tried to install using conda and pypi but got simillar message:

Screenshot 2024-06-25 at 7 09 44 AM

Tried the virtual environment route as well but faced similar issue.

varkha-d-sharma commented 4 months ago

Hi @subenksaha, We have started looking into this issue. To move forward in the right direction, we need the output of following commands -

python -V python3 -V

could you please share the output of above commands?

subenksaha commented 4 months ago

Hi @varkha-d-sharma, both versions are 3.10.14

Screenshot 2024-07-03 at 10 21 01 AM