Open
Description
Appears that conversion fails due to attempting to install incompatible packages. It seemed to be related to the openssl
version installed, but fixing the openssl
version didn't seem to work. Not sure what else might be causing it.
cc @conda-forge/core
Activity
jakirkham commentedon Jun 24, 2019
It's worth noting that conversion worked previously with Conda 4.7.4. So that doesn't seem like the issue.
jjhelmus commentedon Jun 24, 2019
The python 3.7.3 package that is found requires openssl >=1.1.1b but the specification given on the install command explicitly require openssl 1.1.1a. Can that spec be dropped from the install line?
jakirkham commentedon Jun 24, 2019
So that should have been solved with PR ( #8626 ) as seen here. Unfortunately it still runs into installation issues later. Though I may be missing something else.
jakirkham commentedon Jun 24, 2019
Strange. Seems this build didn't run into the same problem. Not sure what changed.
jakirkham commentedon Jun 24, 2019
Though this build is now back to the original problem. 😕
jakirkham commentedon Jun 24, 2019
Apparently just retrying made the build work. Something really strange is going on here.
jakirkham commentedon Jun 25, 2019
Just for vis, still seeing this issue.
jakirkham commentedon Jun 25, 2019
Looks like all builds today failed until this one. Seems the failures are becoming more frequent.
jakirkham commentedon Jun 26, 2019
@jjhelmus, I'm not sure I follow your suggestion.
openssl
1.1.1b is already included when this failure occurs. What am I missing?jakirkham commentedon Jun 26, 2019
Is it possible that Conda does not think
1.1.1b
is within>=1.1.1a,<1.1.2a
?scopatz commentedon Jun 26, 2019
Thanks for looking into this @jakirkham
openssl
version1.1.1a
#8625openssl
to1.1.1a
first #8626openssl
install hacks #8627openssl
version1.1.1b
#8648jjhelmus commentedon Jun 26, 2019
I was thinking of when openssl was pinned to 1.1.1a in #8626. This would prevent an update to 1.1.1b which is required for Python 3.7.3
jakirkham commentedon Jun 26, 2019
Yeah I tried that in response to update failing when we still had
openssl
1.1.1b included thinking it might help. This still happens even when forcingopenssl
1.1.1b.Edit: I'll acknowledge I'm mostly guessing ATM.
openssl
version1.1.1b
#8649jakirkham commentedon Jun 26, 2019
Alright I've tried to make things work with Conda 4.7, but it doesn't seem to be working. Am proposing we just pin to Conda 4.6. ( #8650 ) Please merge that PR if you agree.
jakirkham commentedon Jun 26, 2019
Have raised upstream issue ( conda/conda#8828 ).
Let's leave this issue open until we've seen conversion work reliably for a bit.