Skip to content
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

asap-data | OpenEye Toolkits version 2023.2.3 breaks on lilac #1010

Open
apayne97 opened this issue Apr 24, 2024 · 4 comments
Open

asap-data | OpenEye Toolkits version 2023.2.3 breaks on lilac #1010

apayne97 opened this issue Apr 24, 2024 · 4 comments
Assignees

Comments

@apayne97
Copy link
Contributor

apayne97 commented Apr 24, 2024

Not currently an issue, but may become so soon, which is that our GLIBC version on Lilac is not up to date enough to handle the newest OE versions.

Version 2023.1.1 still works just fine.

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/paynea/miniforge3/envs/asapdiscovery/lib/python3.10/site-packages/openeye/__init__.py", line 142, in __getattr__
    obj = self._find_attr(name)
  File "/home/paynea/miniforge3/envs/asapdiscovery/lib/python3.10/site-packages/openeye/__init__.py", line 132, in _find_attr
    return self._get_openeye_module(name)
  File "/home/paynea/miniforge3/envs/asapdiscovery/lib/python3.10/site-packages/openeye/__init__.py", line 108, in _get_openeye_module
    spec.loader.exec_module(mod)
  File "/home/paynea/miniforge3/envs/asapdiscovery/lib/python3.10/site-packages/openeye/oespruce.py", line 47, in <module>
    _oespruce = swig_import_helper()
  File "/home/paynea/miniforge3/envs/asapdiscovery/lib/python3.10/site-packages/openeye/oespruce.py", line 44, in swig_import_helper
    _oespruce = libs.OEGetModule('_oespruce1533')
  File "/home/paynea/miniforge3/envs/asapdiscovery/lib/python3.10/site-packages/openeye/libs/__init__.py", line 109, in OEGetModule
    mod = importlib.util.module_from_spec(spec)
ImportError: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /home/paynea/miniforge3/envs/asapdiscovery/lib/python3.10/site-packages/openeye/libs/python3-linux-x64-g++10.x/liboespruce-1.5.3.3.so)
@hmacdope
Copy link
Collaborator

Idk why they didn't statically link it, but this is a bit of a problem, AFAIK we can't really work around old GLIBC.

@hmacdope
Copy link
Collaborator

Without updating lilac system libs itself.

@mikemhenry
Copy link
Contributor

mikemhenry commented Apr 25, 2024

Yah an older version of openeye toolkits will be needed (we could ask them to statically link it, they might not like the larger binary).

I know you can install sysroot_linux-64=2.28, that might work, but only if that glibc gets picked up before the one that is on lilac

@hmacdope
Copy link
Collaborator

We can just add a pin, I don't think we will lose a lot.

@hmacdope hmacdope changed the title asap-data | OpenEye Toolkits version 2024.2.3 breaks on lilac asap-data | OpenEye Toolkits version 2023.2.3 breaks on lilac Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants