AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.

Home Page:https://mlbox.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow version error

cyrusmsk opened this issue · comments

When trying to isntall via 'pip install mlbox' on Manjaro Linux it gives an error, that it could not find version of tensorflow of 2.0.1 in pip. So I have to install it manually. But if it is tested with 2.2.0 version maybe change the requirements.txt for '>=2.0.1' or something like that.

commented

Hello @cyrusmsk ! Thanks for opening this issue.
Can you share a screenshot of the installation please ?
I'll upgrade soon tensorflow 2.0 to 2.2 anyway ;)

Hello @AxeldeRomblay, even I have been facing the same issue when installed via pip
MLBox Tensorflow Version Error

Hello @AxeldeRomblay, even I have been facing the same issue when installed via pip
MLBox Tensorflow Version Error

Dude try !pip install mlbox in google colab or change your TensorFlow version to 2.0.1 or below if you're trying it on your pc

got error when doing pip install due to your tensorflow==2.0.0
there is no such version
Could not find a version that satisfies the requirement tensorflow==2.0.0 (from mlbox) (from versions: 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.4.1, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.8.0rc0, 1.8.0rc1, 1.8.0, 1.9.0rc0, 1.9.0rc1, 1.9.0rc2, 1.9.0, 1.10.0rc0, 1.10.0rc1, 1.10.0, 1.10.1, 1.11.0rc0, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.12.0rc0, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.12.2, 1.12.3, 1.13.0rc0, 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)
No matching distribution found for tensorflow==2.0.0 (from mlbox)

Hello @AxeldeRomblay, even I have been facing the same issue when installed via pip
MLBox Tensorflow Version Error

I met the same problem when i used python3.6, and i solved it by using python3.7