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

CI conda build fails #75

Closed
ml31415 opened this issue Mar 19, 2023 · 1 comment · Fixed by #76
Closed

CI conda build fails #75

ml31415 opened this issue Mar 19, 2023 · 1 comment · Fixed by #76
Assignees

Comments

@ml31415
Copy link
Owner

ml31415 commented Mar 19, 2023

  Package six conflicts for:
  conda==23.1.0 -> conda-package-handling[version='>=1.3.0'] -> six[version='>=1.5.2']
  conda-content-trust -> cryptography -> six[version='>=1.4.1']
  six
  pyopenssl -> six[version='>=1.5.2']
  pyopenssl -> cryptography[version='>=3.3'] -> six[version='>=1.4.1']
  conda-content-trust -> six
  wheel -> packaging[version='>=20.2'] -> six
  cryptography -> six[version='>=1.4.1']
  urllib3 -> cryptography[version='>=1.3.4'] -> six[version='>=1.4.1|>=1.5.2']
  conda-package-handling -> six
  
  Package cryptography conflicts for:
  pyopenssl -> cryptography[version='>=1.3|>=1.3.4|>=1.9|>=2.1.4|>=2.2.1|>=2.8|>=3.2|>=3.3|>=35.0,<39|>=38.0.0,<39|>=38.0.0,<40|>=35.0']

Is there something wrong with conda? Resolving six >= 1.4.1 and >= 1.5.2 with 1.16.0 being available shouldn't run into any issue.

@ml31415
Copy link
Owner Author

ml31415 commented Mar 27, 2023

Removing the caching as suggested somewhere didn't help. I opened a bug report for the failing conda setup script now. @dcherian If you got any idea what's wrong here or how to fix that, would be greatly appreciated. Otherwise I'd probably kick out this conda stuff completely.

dcherian added a commit to dcherian/numpy-groupies that referenced this issue Mar 27, 2023
dcherian added a commit that referenced this issue Mar 27, 2023
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

Successfully merging a pull request may close this issue.

2 participants