1
How do I install the Tensorflow and Xgboost libraries via Pip in Python version 3.7.2? I’m not getting it. I researched and the information I got was that they only work in previous versions of Python, is that right? Thanks from now.
1
How do I install the Tensorflow and Xgboost libraries via Pip in Python version 3.7.2? I’m not getting it. I researched and the information I got was that they only work in previous versions of Python, is that right? Thanks from now.
0
TF + Xgboost via Pip nay works with 3.7.2. As Marcelo Uchimura commented, it has to be 3.6.x. And even 3.6.x is very annoying to install, I suggest earlier versions for now.
Browser other questions tagged python pip
You are not signed in. Login or sign up in order to post.
The latest version of Tensorflow is compatible with Python 3.6.x. https://www.tensorflow.org/install/pip
– Marcelo Shiniti Uchimura