Re: [Open Babel] compiling python bindings for obabel 3.0

2020-04-20 Thread Noel O'Boyle
Yes 3.0. E.g. from https://github.com/openbabel/openbabel/releases On Thu, 16 Apr 2020 at 21:25, Bennion, Brian wrote: > Is there a later version than 2.3.1.tar.gz that I can download? > -- > *From:* Noel O'Boyle > *Sent:* Thursday, April 16, 2020 1:16 PM > *To:* Ben

Re: [Open Babel] compiling python bindings for obabel 3.0

2020-04-16 Thread Bennion, Brian via OpenBabel-discuss
Is there a later version than 2.3.1.tar.gz that I can download? From: Noel O'Boyle Sent: Thursday, April 16, 2020 1:16 PM To: Bennion, Brian Cc: openbabel-discuss@lists.sourceforge.net Subject: Re: compiling python bindings for obabel 3.0 If you use CMAKE_INSTA

Re: [Open Babel] compiling python bindings for obabel 3.0

2020-04-16 Thread Noel O'Boyle
If you use CMAKE_INSTALL_PREFIX=wherever, then the Python bindings will be installed locally, along with the rest of Open Babel. There is no need for Conda or pip, etc. Are you saying that this wouldn't work for you for some reason? To use it, you just need to set a couple of environment variables.