1
votes

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?

1
This looks like a bug in scitools.asmeurer
Any idea how to go about installing scitools then?mlo
No idea. You might ask at their issue tracker code.google.com/p/scitools/issues/list, since they don't seem to be following the questions here.asmeurer

1 Answers

0
votes

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