schluta
schluta
Any update on this? Any help needed?
I apologize as I have been very busy in the last year. I did throw together a template to use Vivado Simulator for both Verilog and VHDL. I was attempting...
can confirm this is still an issue on MacOS. I can process cdx files from the command line but not from pybel.
I'm guessing that being on mac you installed with homebrew. If that is not the case ignore the rest of this. If so you need to make sure your anaconda...
I am not familiar with the conda forge package so I do not know how much help I will be. When you say you installed openbabel and subsequently pybel do...
This seems like an issue with pyinstaller not a bug with openbabel. It could be an incompatibility with the swig portions of the openbabel python bindings. This seems like it...
The following works for me in Open Babel 3.1.0 -- Nov 21 2020 -- 20:38:43 MacOS 11.2.1 ``` import sys sys.path.append('/usr/local/lib/python3.9/site-packages') import pandas as pd from openbabel import openbabel from...
After some more investigation: There seems to be some conflicting documentation on the use of the options. https://open-babel.readthedocs.io/en/latest/Command-line_tools/babel.html#minimize-option https://open-babel.readthedocs.io/en/latest/3DStructureGen/SingleConformer.html#conformer-searching When I run without the dashes on the command line the...
I'm aware. That is not the point of this issue. I'm saying this function doesn't do anything and does not work properly.
Is there a use case for having these not be set to the same thing that I'm not seeing? Why are there two parameters? If the host parameter is not...