-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rucio client and gfal2 into the conatiner #57
Comments
At the moment, we do not have a mechanism to install pip packages in the container but it looks like we need one. mysql-connector-python is a requirement for rcdb 0.9 and is also not available in any rpms. |
@aaust , updated the pip package. added extra package for gluex policy. |
dnf could not find the With pip, I managed to install the rucio_clients and the policy-package, but Here is an updated container to test for you: |
@aaust , Sorry the gfal2-python seem to have rpm package and was recommended to install via rpm. Could you make a new container in addition to the package you have installed plus following:
|
I could neither find this package. Do you mean |
If that is present then that please install it. |
Ok, I added |
To test the rucio interface we need gfal2 and rucio client (with dependencies).
For gfal2 rpm packages:
And rucio client is PIP package.
I can add rpm package in : https://github.com/JeffersonLab/gluex_install/blob/master/gluex_prereqs_almalinux_9.sh
And for pip package whats the procedure (like where to define it ?)
@aaust , please let me know.
After this i can start testing the workflow. First start with test data procesing.
The text was updated successfully, but these errors were encountered: