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

Issue with json-c and Python 3.6 builds #635

Closed
mauzey1 opened this issue Oct 8, 2021 · 2 comments · Fixed by #636
Closed

Issue with json-c and Python 3.6 builds #635

mauzey1 opened this issue Oct 8, 2021 · 2 comments · Fixed by #636
Assignees
Labels
Projects

Comments

@mauzey1
Copy link
Collaborator

mauzey1 commented Oct 8, 2021

Recent CircleCI workflows have failed when building CMOR for Python 3.6. The builds are giving the following errors.

Linux:

checking for json_object_new_object in -ljson-c... no
configure: error: Could not get a working json-c

OSX:

checking for Fortran libraries of ... 
checking for json_object_new_object in -ljson-c... no
configure: error: Could not get a working json-c

I will investigate why the json-c library is not working correctly with the Python 3.6 builds.

@mauzey1 mauzey1 added the bug label Oct 8, 2021
@mauzey1 mauzey1 self-assigned this Oct 8, 2021
@mauzey1
Copy link
Collaborator Author

mauzey1 commented Oct 8, 2021

Here is a possibly relevant announcement by conda-forge. https://conda-forge.org/docs/user/announcements.html

2021-10-04
python 3.6 is now dropped when building conda-forge packages

python 3.6 is end-of-life in December 2021 and we are dropping support for it early to 
avoid having to rebuild packages as part of python 3.10 migration as that would save 
lots of CI resources.

@durack1
Copy link
Contributor

durack1 commented Oct 11, 2021

Thanks for digging through this @mauzey1, I think let's wrap up dropping Python 3.6 support in the next release, pointing to this conda-forge announcement in the release notes

@mauzey1 mauzey1 added this to To do in 3.7.0 Oct 13, 2021
3.7.0 automation moved this from To do to Done Oct 13, 2021
@mauzey1 mauzey1 mentioned this issue Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
3.7.0
Done
Development

Successfully merging a pull request may close this issue.

2 participants