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

Python 3.6 installation stopped working #923

Closed
bertsky opened this issue Oct 13, 2022 · 1 comment
Closed

Python 3.6 installation stopped working #923

bertsky opened this issue Oct 13, 2022 · 1 comment

Comments

@bertsky
Copy link
Collaborator

bertsky commented Oct 13, 2022

There seem to have been upstream changes recently that prevent our usual deployments for Python version 3.6, with libgeos (which we need for shapely in ocrd_validators) being the culprit. See here for a CI failure example.

I'm not sure why our CircleCI does not even bother to use the make deps-ubuntu rule. But since it did work in the past, and still does for Python>=3.7, I wonder if we should just modify the test-python36 config to include an apt-get update && apt-get install -y libgeos-dev.

@bertsky bertsky mentioned this issue Oct 13, 2022
4 tasks
@bertsky
Copy link
Collaborator Author

bertsky commented Oct 21, 2022

Ah, just found out this is not on our side: It was due to Shapely not uploading a binary wheel for 3.6 last time. But they have just fixed that with release 1.8.5.post1.

@bertsky bertsky closed this as completed Oct 21, 2022
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

1 participant