AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 274 forks source link

Tensorflow version error #106

Open cyrusmsk opened 4 years ago

cyrusmsk commented 4 years ago

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.

AxeldeRomblay commented 4 years ago

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 ;)

varshithvvs commented 4 years ago

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

AxeldeRomblay commented 3 years ago

FYI I am working on https://github.com/AxeldeRomblay/MLBox/tree/0.8.5

nithinreddyy commented 3 years ago

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

AxeldeRomblay commented 3 years ago

It should work now. See https://github.com/AxeldeRomblay/MLBox/pull/112 and https://travis-ci.org/github/AxeldeRomblay/MLBox/builds/720932576

SwePalm commented 3 years ago

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)

FangmingZhou commented 3 years ago

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