Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Musl linux wheels are missing #72

Open
foxbunny opened this issue Feb 10, 2023 · 4 comments
Open

Musl linux wheels are missing #72

foxbunny opened this issue Feb 10, 2023 · 4 comments

Comments

@foxbunny
Copy link

/code # pip --version
pip 23.0 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
/code # python --version
Python 3.9.16
/code # pip install rdkit
ERROR: Could not find a version that satisfies the requirement rdkit (from versions: none)
ERROR: No matching distribution found for rdkit

The docker image used is python:3.9-alpine. Not using conda.

@foxbunny
Copy link
Author

Does this mean it does not support Python 3.9?

@kuelumbus
Copy link
Owner

I think Alpine links the musl C library. There are currently no builds linked to musl on PyPI, but they could be added.

If you use debian-based image (Ubuntu or similar) it will work. Do you need to use Alpine for your project for any specific reason?

@foxbunny
Copy link
Author

Ah, that makes sense. It's not my project so I'm not sure if it needs to be specifically Alpine. I guess not, though.

@kuelumbus kuelumbus changed the title Error installing rdkit in docker Musl linux wheels are missing Feb 10, 2023
@kuelumbus
Copy link
Owner

Alright. I'll give this further consideration and run some tests. Let's leave this issue open for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants