-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
pip install pytimber installs a too recent version of jpype resulting in an error.
To have a working installation I needed to do the following:
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh -b -p /afs/cern.ch/work/l/lhcecld/miniconda
. miniconda/bin/activate
pip install numpy scipy matplotlib h5py cython ipython
pip install jpype1==0.7.5 # Need to choose this version
pip install pytimberMetadata
Metadata
Assignees
Labels
No labels