Skip to content

Instantly share code, notes, and snippets.

@terriyu
Created June 19, 2013 15:40
Show Gist options
  • Save terriyu/5815318 to your computer and use it in GitHub Desktop.
Save terriyu/5815318 to your computer and use it in GitHub Desktop.
Output from running the swc-installation-test-2.py script for checking Software Carpentry setups.
check command line shell (virtual-shell)... pass
check text/code editor (virtual-editor)... pass
check web browser (virtual-browser)... pass
check Git (git)... pass
check Mercurial (hg)... pass
check EasyMercurial... fail
check make... pass
check PyPI installer (virtual-pypi-installer)... pass
check Setuptools (setuptools)... pass
check Nose (nosetests)... pass
check Nose Python package (nose)... pass
check SQLite 3 (sqlite3)... fail
check SQLite Python package (sqlite3-python)... pass
check Python version (python)... pass
check IPython script (ipython)... fail
check IPython Python package (IPython)... fail
check Argparse (argparse)... pass
check NumPy (numpy)... pass
check SciPy (scipy)... pass
check Matplotlib (matplotlib)... pass
check Pandas (pandas)... fail
check SymPy (sympy)... pass
check Cython... fail
check NetworkX (networkx)... fail
check MayaVi (mayavi.mlab)... fail
Successes:
command line shell (virtual-shell) Bourne Again Shell (bash) 4.2.25
text/code editor (virtual-editor) Emacs (emacs) 23.3.1
web browser (virtual-browser) Firefox (firefox) 21.0
Git (git) 1.7.9.5
Mercurial (hg) 2.0.2
make 3.81
PyPI installer (virtual-pypi-installer) Setuptools easy_install (easy_install) 0.6.24
Setuptools (setuptools) 0.6
Nose (nosetests) 1.1.2
Nose Python package (nose) 1.1.2
SQLite Python package (sqlite3-python) 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3]
Python version (python) 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3]
Argparse (argparse) 1.1
NumPy (numpy) 1.6.1
SciPy (scipy) 0.9.0
Matplotlib (matplotlib) 1.1.1rc
SymPy (sympy) 0.7.1.rc1
Failures:
check for EasyMercurial failed:
errors finding EasyMercurial version
For instructions on installing an up-to-date version, see
http://easyhg.org/download.html
causes:
check for EasyMercurial failed:
could not find 'EasyMercurial' executable
For instructions on installing an up-to-date version, see
http://easyhg.org/download.html
check for SQLite 3 (sqlite3) failed:
errors finding SQLite 3 (sqlite3) version
For instructions on installing an up-to-date version, see
http://www.sqlite.org/download.html
causes:
check for SQLite 3 (sqlite3) failed:
could not find 'sqlite3' executable
For instructions on installing an up-to-date version, see
http://www.sqlite.org/download.html
check for IPython script (ipython) failed:
outdated version of IPython script (ipython): 0.12.1 (need >= 0.13)
For instructions on installing an up-to-date version, see
http://ipython.org/install.html
check for IPython Python package (IPython) failed:
some dependencies for IPython Python package (IPython) were not satisfied
For instructions on installing an up-to-date version, see
http://ipython.org/install.html
causes:
check for Jinja (jinja) failed:
could not import the 'jinja2' package for Jinja (jinja)
For instructions on installing an up-to-date version, see
http://jinja.pocoo.org/docs/intro/#installation
check for Pandas (pandas) failed:
outdated version of Pandas (pandas): 0.7.0 (need >= 0.8)
For instructions on installing an up-to-date version, see
http://pandas.pydata.org/pandas-docs/stable/install.html
check for Cython failed:
could not import the 'Cython' package for Cython
For instructions on installing an up-to-date version, see
http://docs.cython.org/src/quickstart/install.html
check for NetworkX (networkx) failed:
could not import the 'networkx' package for NetworkX (networkx)
For instructions on installing an up-to-date version, see
http://networkx.github.com/documentation/latest/install.html#installing
check for MayaVi (mayavi.mlab) failed:
could not import the 'mayavi.mlab' package for MayaVi (mayavi.mlab)
For instructions on installing an up-to-date version, see
http://docs.enthought.com/mayavi/mayavi/installation.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment