Chris Kuenneth

Results 11 comments of Chris Kuenneth

I can't reproduce this, and I don't think this is related to RDKit or the pypi package.

Without having a proper error report, I can only guess what's causing this error on your system. It's also most probably caused by your system and settings because others (and...

Ok. Docker is good. Can you provide the container to me or the Dockerfile to produce this? Also, are you running on aarch64 Linux? (Just wondering because 2021.9.5 had issues...

Hm. It works fine for me. ```sh $ docker run -it python:3.9 bash Unable to find image 'python:3.9' locally 3.9: Pulling from library/python 5492f66d2700: Pull complete 540ff8c0841d: Pull complete a0bf850a0df0:...

Seems like you are working in a modified docker container. Can you try running RDKit in a fresh container? `docker run -it --rm python:3.9 bash -c "pip install rdkit-pypi; python...

Were you able to resolve this problem?

What CPU do you use? Check out the [no popcnt branch](/kuelumbus/rdkit-pypi/tree/no_POPCNT). This should produce wheels without the popcnt instructions at https://github.com/kuelumbus/rdkit-pypi/actions/runs/2110102013. Can you try the wheels when they are done?

Hi. Thanks for pointing this out. I am taking care of the Python wheels of RDKit. Only the last release of the Python wheels contains the entire `Contrib` folder. I...

Thanks, Greg. I will remove these files in the next build.

This issue can be closed (I can't do this myself).