latest agreement with controls as a result of discontinuation of supported python environments is as follows:
- only minimal python will be provided but including epics module
- i.e. we should base all steps on RHEL provided python
```
python3 -c "import ctypes; import epics.ca; print(epics.ca.find_libca())"
/usr/local/epics/base-7.0.9/lib/RHEL9-x86_64/libca.so
```
is preferred to
```
[sls-vserv-bd-hla01-dev ~]$ source /opt/gfa/python-3.10/latest/bin/activate
(base) [sls-vserv-bd-hla01-dev ~]$ which python
/opt/gfa/python-3.10/20220602/bin/python
(base) [sls-vserv-bd-hla01-dev ~]$ python3 -c "import ctypes; import epics.ca; print(epics.ca.find_libca())"
/opt/gfa/python-3.10/20220602/epics/lib/linux-x86_64/libca.so
```
https://sls.psi.ch/hla_framework_bd/developer/python/epics/
armborst_f
added this to the Benjamin Labrecque project 2026-07-31 16:41:42 +02:00
labrec_b
was assigned by armborst_f2026-07-31 16:44:27 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
latest agreement with controls as a result of discontinuation of supported python environments is as follows:
is preferred to
https://sls.psi.ch/hla_framework_bd/developer/python/epics/