1

I use the Anaconda distribution of python and am trying to install an unsupported package 'scitools.' I tried pip install but got the error as seen in the picture below. I keep getting an error. Any clue what I am doing wrong?

asmeurer
  • 86,894
  • 26
  • 169
  • 240
mlo
  • 657
  • 2
  • 8
  • 11

1 Answers1

0

I had the same error but resolved it by manually installing all the Anaconda packages.

  • NumPy
  • SciPy
  • Pandas
  • PyTables
  • h5py
  • Matplotlib
  • IPython
  • Spyder
  • Qt/PySide
  • VTK
  • Numexpr
  • Astropy
  • Cython
  • LLVM
  • LLVMpy
  • Numba
  • Scikit-learn
  • Scikit-image
  • NLTK
  • NetworkX
  • MayaVi
Meghdeep Ray
  • 5,262
  • 4
  • 34
  • 58