-
Notifications
You must be signed in to change notification settings - Fork 80
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.9 tests are now failing, with error attributed to gxx conda package deactivate script #1778
Comments
tried to recreate in various ways - I can at least get the right package with
but the precise mixture that results to the errors in that build log continue to elude me. |
revisited today. The problem seems to occur only in the
which produces the following error message when I run it on farm (after deleting
Note the gxx linux packages are as follows, based on
I cannot replicate the problem by running the pip install outside of tox:
and oddly enough, this also works:
which makes me wonder if there's something special going on with tox and conda here. ❓ ❗ ❓ ❗ |
ok, and interesting to note that (As noted, I can reproduce things on the command line, so it's not a github actions thing either.) |
Now reproduced using a (fairly simple? :) isolated git repo - see https://github.com/ctb/2021-conda-tox-wat |
pursuing over in conda-forge: conda-forge/ctng-compiler-activation-feedstock#60 |
it looks like this was fixed and our github actions are now working! 🎉 |
see e.g. #1776
fails with the same error seen over in #1772 (comment) - looks like a problem with the gxx package.
The text was updated successfully, but these errors were encountered: