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?
Asked
Active
Viewed 950 times
1
-
This looks like a bug in scitools. – asmeurer Sep 09 '13 at 17:20
-
Any idea how to go about installing scitools then? – mlo Sep 09 '13 at 20:51
-
No idea. You might ask at their issue tracker https://code.google.com/p/scitools/issues/list, since they don't seem to be following the questions here. – asmeurer Sep 09 '13 at 22:16
1 Answers
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