-
Notifications
You must be signed in to change notification settings - Fork 118
Description
Dear PLIP Developers,
I hope this message finds you well. I'm writing to seek your guidance regarding an installation issue I've encountered while setting up PLIP (v2.4.0) on my CentOS system following the official documentation. Despite multiple attempts, I haven't been able to resolve these errors and would appreciate your expertise.
System Configuration:
- OS: CentOS Linux
- Python: 3.8.19 (via conda environment)
- Open Babel: 3.1.0
- PLIP: 2.4.0
Initial Installation Error
After verifying Open Babel's successful installation, executing plip
resulted in:
ImportError: cannot import name 'pybel' from 'openbabel' (unknown location)
I installed pybel via pip, but same error occurred.
Reinstallation Error
So I reinstalled OpenBabel via Conda,
conda install -c conda-forge openbabel
but executing plip
resulted in:
Segmentation fault (core dumped)
Thanks for your time and assistance in advance.