1

I am trying to install featuretools library in Google datalabs. Tried with few versions but still it is giving error of incompatibility. Also tried in python 2 and python 3 both.

!pip install -I featuretools==0.5.1

enter image description here

Tried 0.6.1, 0.6.0 and 0.5.1 but nothing worked.

Akash
  • 359
  • 1
  • 7
  • 27
  • These are errors of incompatibility. Some of your packages have incompatible dependencies. However, from the screenshot, it looks like featuretools 0.5.1 was installed. `import featuretools as ft` it should work. If this is an error with featuretools, feel free to post an issue on [github](https://github.com/Featuretools/featuretools/issues) – Gaurav Feb 27 '19 at 18:51
  • Same command when I run on my laptop it works fine. And I am able to import featuretools. However datalab may have some pre installed packages which are incompatible and hence it is not allowing me to install on datalab. I don't think it is package issue. It has something to do with google datalab. – Akash Feb 28 '19 at 05:44

0 Answers0