Skip to content

pytimber installation  #5

@giadarol

Description

@giadarol

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 pytimber

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions