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 has been 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.
I guess this repository is only available in CC7? While I have good a experience with CentOS, it is more mitigated with CERN CentOS... If CC is needed at CERN, it isn't for remote test stands. Would it possible to target vanilla CentOS and provide the required packages?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Brief summary of issue
Sven attempted to install the
gempython_gemplotting
package from thegemos
repositories on a pristine computer. That resulted in an error about thecx_Oracle
package 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_Oracle
package 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.repo
sudo yum install -y xhal reedmuller wiscrpcsvc gempython\*
Possible Solution (for bugs)
Provide a pre-compiled
cx_Oracle
package in thegemos-extras
repository.Your Environment
The text was updated successfully, but these errors were encountered: