Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install zenml on Mojave or Ubuntu #81

Closed
batlogs opened this issue Apr 26, 2021 · 8 comments
Closed

Not able to install zenml on Mojave or Ubuntu #81

batlogs opened this issue Apr 26, 2021 · 8 comments

Comments

@batlogs
Copy link

batlogs commented Apr 26, 2021

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

  • Python - 3.5.2
  • PIP - 20.3.4
  • Error 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

  • Python - 3.9.1
  • PIP - 21.0.1
  • Error ` ERROR: Cannot install zenml==0.1.0 and zenml==0.1.1 because these package versions have conflicting dependencies.

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
Copy link
Contributor

htahir1 commented Apr 26, 2021

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
Copy link
Author

batlogs commented Apr 27, 2021

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
Copy link
Contributor

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
Copy link
Author

batlogs commented Apr 27, 2021

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

@htahir1
Copy link
Contributor

htahir1 commented Apr 27, 2021

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
Copy link
Author

batlogs commented Apr 27, 2021

I am on slack

@batlogs
Copy link
Author

batlogs commented Apr 27, 2021

Is there a channel or just on general channel?

@htahir1
Copy link
Contributor

htahir1 commented Apr 29, 2021

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

@htahir1 htahir1 closed this as completed Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants