Conversation
Contributor
|
Will this have affected anything yet? Just wondering if the reason some of my PRs fail here but not locally could be because of this |
Contributor
Author
|
There is an unrelated general failure due to hypothesis deciding you have to touch some test. Would be nice to have a fix for that. |
Contributor
Author
|
I think the mac conflict boils down to https://anaconda.org/anaconda/tensorflow-eigen being an old package for mac and maybe something else but it is genuinely impossible to understand what the problem is looking at the conda error. I would have thought it would be better at reporting errors than this :(. Anyhow could someone try on mac? |
Contributor
|
As you say, that package doesn't appear to exist for 3.8. |
Closed
Use a more recent version of centos and the packages that don't crash.
Contributor
Author
|
This does indeed work now. I have to clean it up a bit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added the external recipes
https://github.com/Zaharid/conda-recipes/
to use Github actions and build for python 3.8 and 3.9
and have updated reportengine to be python and os independet and also use github actions
https://github.com/NNPDF/reportengine/
with that we should be able to build for python 3.8. Of course for some reason it only works with new versions of conda build so this #915 needs to be addressed.
Python 3.9 should be trivial except that you-know-which-package is still missing support for it.