You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Sven attempted to install the gempython_gemplotting package from the gemos repositories on a pristine computer. That resulted in an error about the cx_Oracle package not being found.
Types of issue
Bug report (report an issue with the code)
Feature request (request for change which adds functionality)
Expected Behavior
The legacy GEM software from the repositories should install seamlessly on any CC7 machine.
Current Behavior
The cx_Oracle package is missing; it cannot be found in neither the GEM repositories nor in the standard repositories under the name cx_Oracle.
Brief summary of issue
Sven attempted to install the
gempython_gemplottingpackage from thegemosrepositories on a pristine computer. That resulted in an error about thecx_Oraclepackage not being found.Types of issue
Expected Behavior
The legacy GEM software from the repositories should install seamlessly on any CC7 machine.
Current Behavior
The
cx_Oraclepackage is missing; it cannot be found in neither the GEM repositories nor in the standard repositories under the namecx_Oracle.Steps to Reproduce (for bugs)
sudo curl -L https://cern.ch/test-gemdaq-ci/sw/gemos/repos/releases/legacy/gemos_release_centos7_x86_64.repo -o /etc/yum.repos.d/gemos.reposudo yum install -y xhal reedmuller wiscrpcsvc gempython\*Possible Solution (for bugs)
Provide a pre-compiled
cx_Oraclepackage in thegemos-extrasrepository.Your Environment