You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

(very preliminary test)

Install

# Get anaconda or miniconda on your own, then:
> conda create --name st_test -c conda-forge python=2
 
# Do not activate the environment yet, do this first:
> conda install --name st_test -c conda-forge -c fermi_conda_forge numpy scipy ipython fermitools
 
# Now you can activate
> source activate st_test

Known issues

  • The MINUIT minimizer does not work. It crashes with this message: (Solved)

    startio: illegal unit number
    apparent state: unit 6 Segmentation fault (core dumped)


 

  • No labels