2

Here is the error message:

ERROR: thinc 6.12.1 has requirement wrapt<1.11.0,>=1.10.0, but you'll have wrapt 1.11.2 which is incompatible.

Installing collected packages: wrapt, tensorflow, stellargraph. Found existing installation: wrapt 1.10.11

ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

Please help me with this installation.

sud007
  • 5,824
  • 4
  • 56
  • 63
Jayakrishnan
  • 563
  • 5
  • 13
  • Welcome to Stack Overflow! I edited the title of your question so that it can be understood well. I also indented the text. Good Luck! – sud007 Jan 07 '20 at 10:13
  • Try installing from a virtual environment. – sreagm Jan 07 '20 at 11:08
  • Hi @JayaKrishnan, I work on stellargraph, and would love to know more about what you did here. Did you just run `pip install stellargraph`? And, did you have a previously installed version of `stellargraph` or `tensorflow` or `wrapt`? (If you haven't fixed the problem yet, you can run `pip list` to list all of your installed packages, and find those ones within it.) – huon Jan 08 '20 at 03:52