-
Notifications
You must be signed in to change notification settings - Fork 274
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
Tensorflow version error #106
Comments
Hello @cyrusmsk ! Thanks for opening this issue. |
Hello @AxeldeRomblay, even I have been facing the same issue when installed via pip |
FYI I am working on https://github.com/AxeldeRomblay/MLBox/tree/0.8.5 |
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 |
It should work now. See #112 and https://travis-ci.org/github/AxeldeRomblay/MLBox/builds/720932576 |
got error when doing pip install due to your tensorflow==2.0.0 |
I met the same problem when i used python3.6, and i solved it by using python3.7 |
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.
The text was updated successfully, but these errors were encountered: