1

I tried to update my python modules using this command:

$ pip install pip-review
$ pip-review --local --interactive

Since then, I cannot run any of my IPython notebooks (Jupyter always tells me that my kernels are dead, Spyder doesn't open anymore). Jupyter returns me with:

ImportError: No module named shutil_get_terminal_size.

I am using Python 2.7.12 and Anaconda 4.2.0.

I am a student and am not very familiar with the technical side, so please take that into consideration.

MSeifert
  • 145,886
  • 38
  • 333
  • 352
dominic111
  • 73
  • 6
  • If you use `conda` you probably shouldn't try to keep track of your packages with `pip-review`. The packages from `pip` might not be binary-compatible with those from `conda`. – MSeifert Jun 03 '17 at 01:29
  • How exactly can I fix the situation? Do I need to reinstall? – dominic111 Jun 03 '17 at 01:52
  • That depends on your state. Personally I would just create [a new `conda` environment](https://conda.io/docs/using/envs.html) and use that. But I'm not sure it's possible. – MSeifert Jun 03 '17 at 01:54

0 Answers0