Open josecarlosgomezt opened 4 years ago
Alternative:
# defaultPatternFileName = os.path.join(RDConfig.RDDataDir, 'FragmentDescriptors.csv')
defaultPatternFileName = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'FragmentDescriptors.csv')
When using self-contained flame, RDKit computes only 114 descriptors instead of 200. There is no error message, I realized of this when using a model created in a regular flame version.
It seems to be that rdkit can not access to FragmentDescriptors.csv anymore due to path integrity loss after exporting the environment.
To fix this, unzip the attached file into:
_flame_installer_windows\setup_self_contained\flameenv\Lib\site-packages\rdkit\Chem\
to replace non-working files before compiling the installer.
fix.zip