Closed halvorot closed 2 years ago
Hey @halvorot ! Thank you for the report!
In your reproduction steps, you cited an installation of ZenML 0.1.1 which we no longer support. Also you are mentioning 0.5.0rc0 as the version you use -> That is also fairly outdated. I would suggest you update to ZenML >= 0.6.3.
Having said that, with Python 3.8.10 and on Ubuntu 20.04 I was able to do
pip install sdv==0.13.1
pip install zenml>=0.6.3
And then it works without any problem. Could you try this and let me know if it worked?
Thank you for the quick response. You're right, for some reason when i ran pip install zenml it tried to install version 0.1.1, but now i tried again with pip install zenml>=0.6.3 and it worked. It was probably something with my environment before.
Contact Details [Optional]
halvorot@gmail.com
What happened?
zenml requires numpy 1.18.0 and this conflicts with another library that I am using, is it possible to bump the version of numpy for zenml or is there a specific reason it needs 1.18.0?
The error I get is:
Reproduction steps
...
ZenML Version
0.5.0rc2
Python Version
No response
OS Type
Windows
Relevant log output
Code of Conduct