[Open Babel] Openbabel installation on virtual envirnment
I have build a webapp using Django which uses openbabel but I am not able to install it on pythonvirtualenv. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ OpenBabel-discuss mailing list OpenBabel-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-discuss
Re: [Open Babel] Not able to use Pybel
You need to first make sure that "import pybel" works at the Python commandline. If this is not the case, it won't work in Pycharm either. Regards, - Noel On 6 January 2018 at 06:20, Abhishek Gupta wrote: > Hello, > I'm using the Pycharm platform and have already installed the Openbabel > library. > Now I want to use Pybel library but it's not there in the Pycharm project > interpreter. > How I can use the Pybel in Pycharm. > Please help. > Thanks > > Abhishek > > > > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > OpenBabel-discuss mailing list > OpenBabel-discuss@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openbabel-discuss > > -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ OpenBabel-discuss mailing list OpenBabel-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-discuss
Re: [Open Babel] Openbabel installation on virtual envirnment
I think you are asking how to use the Open Babel Python bindings within a python virtualenv. All you need to do is to install the bindings within the virtualenv. One way to do this is to use "pip install openbabel", after activating the virtualenv. I haven't tested this, but I believe it should work. If it doesn't, please provide more information about your Python setup (e.g. what OS, versions, etc.) Regards, - Noel On 5 January 2018 at 12:27, jaidev joshi wrote: > I have build a webapp using Django which uses openbabel but I am not able > to install it on pythonvirtualenv. > > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > OpenBabel-discuss mailing list > OpenBabel-discuss@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openbabel-discuss > > -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ OpenBabel-discuss mailing list OpenBabel-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-discuss