Skip to content

Installation impossible with Windows 10 and Python #3113

@JurajMa

Description

@JurajMa

I couldn't install rdkit on Windows 10 following the installation procedure described in:
https://rdkit.org/docs/Install.html#installation-of-rdkit-binaries
for the installation from binaries.

On a side note, I don't understand this line of the instructions:

PATH: add ;%RDBASE%\lib to the end

considering that \lib doesn't exist in the complete file structure of the latest release (rdkit-Release_2020_03_01).

Upon importing rdkit there are many issues finding the modules being imported.
The main one is that on several locations in the code, the Python module rdBase cannot be found. It doesn't seem to exist within the rdkit module. The issue has been raised by others, already in 2017 #1634 .

There are other similar import problems, for example:

from rdkit.DataStructs import cDataStructs in DataStructs\__init__.py, where cDataStructs also doesn't exist.

These seem to be critical errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions