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

RuntimeError: get_voronoi_nodes requires Zeo++ cython extension to be installed. Please contact developers of Zeo++ to obtain it. #9

Open
feacluster opened this issue Jan 26, 2024 · 1 comment

Comments

@feacluster
Copy link

I was able to successfully install VOID in my home directory and run the examples. I next tried installing it in a shared folder so that other users can run it without me having to install it for them one by one. However, this is the error other users get when trying to run my installation in the shared folder. The strange thing is I am able to run the example using the shared folder installation. Guessing some permissions issue, but not sure how to narrow it down:

(VOID) [user@loginnode test]$ dock.py {AFI.cif,molecule.xyz} -o ~/Desktop/docked -d batch -s voronoi_cluster -f min_distance
Traceback (most recent call last):
  File "/gpfs/scratch/myapps/void/software/miniconda/envs/VOID/bin/dock.py", line 23, in <module>
    complexes = docker.dock(args.attempts)
  File "/gpfs/scratch/myapps/void/software/miniconda/envs/VOID/lib/python3.6/site-packages/VOID/dockers/base.py", line 66, in dock
    for point in self.sampler.get_points(self.host):
  File "/gpfs/scratch/myapps/void/software/miniconda/envs/VOID/lib/python3.6/site-packages/VOID/samplers/voronoi.py", line 154, in get_points
    nodes = self.get_voronoi_nodes(structure)
  File "/gpfs/scratch/myapps/void/software/miniconda/envs/VOID/lib/python3.6/site-packages/VOID/samplers/voronoi.py", line 114, in get_voronoi_nodes
    nodes, _, _ = self.get_voronoi_structures()
  File "/gpfs/scratch/myapps/void/software/miniconda/envs/VOID/lib/python3.6/site-packages/VOID/samplers/voronoi.py", line 72, in get_voronoi_structures
    self._structure, radii, probe_rad=self.probe_radius
  File "/gpfs/scratch/myapps/void/software/miniconda/envs/VOID/lib/python3.6/site-packages/monty/dev.py", line 96, in decorated
    raise RuntimeError(self.message)
RuntimeError: get_voronoi_nodes requires Zeo++ cython extension to be installed. Please contact developers of Zeo++ to obtain it.
@mohan-s1
Copy link

mohan-s1 commented Dec 6, 2024

Hi,

I'm not sure if the VOID software is an avenue you're still pursuing, but some people from the University of Virginia successfully containerized it using Docker. A link can be found here. The code runs quite fast locally, but you may have to switch container platforms from Docker to Apptainer should you wish to run it on a computing cluster. I hope this helps!

https://github.com/digital-synthesis-lab/VOID?tab=readme-ov-file#installation-and-usage-via-docker

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

2 participants