zenml-io / zenml

ZenML 🙏: The bridge between ML and Ops. https://zenml.io.
https://zenml.io
Apache License 2.0
4.04k stars 436 forks source link

Not able to install zenml on Mojave or Ubuntu #81

Closed batlogs closed 3 years ago

batlogs commented 3 years ago

I am trying to install zenml on Mojave but I get the below error. I also did try to do the same on EC2 instance but still got an error

pip install zenml is the command I use to install

EC2 Python details

Mojave Python details

The conflict is caused by: zenml 0.1.1 depends on tfx==0.25.0 zenml 0.1.0 depends on tfx==0.25.0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies `

htahir1 commented 3 years ago

This is super strange on closer inspection. Even the error message is strange as the conflict does not look like a conflict. Could you try doing pip install zenml==0.3.7 ?

batlogs commented 3 years ago

I get the below error with the above command Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement zenml==0.3.7 ERROR: No matching distribution found for zenml==0.3.7

hamzamaiot commented 3 years ago

Ah just noticed you are using Python 3.9.1. We do not currently support that - Please try using a VM with Python <3.9 >=3.6

batlogs commented 3 years ago

But I am getting this error in my EC2 instance. where Python = 3.5.2

htahir1 commented 3 years ago

Can you please come over to the slack so we can discuss it in more detail quickly and then we can summarize here? zenml.io/slack-invite

batlogs commented 3 years ago

I am on slack

batlogs commented 3 years ago

Is there a channel or just on general channel?

htahir1 commented 3 years ago

Issue is resolved by using Python version > 3.6 and <=3.9!