Closed batlogs closed 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
?
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
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
But I am getting this error in my EC2 instance. where Python = 3.5.2
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
I am on slack
Is there a channel or just on general channel?
Issue is resolved by using Python version > 3.6 and <=3.9!
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 installEC2 Python details
ERROR: Could not find a version that satisfies the requirement tfx==0.25.0 (from zenml) ERROR: No matching distribution found for tfx==0.25.0
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:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies `