-
Notifications
You must be signed in to change notification settings - Fork 428
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
conda build traceback in _combine_spec_dictionaries #3404
Comments
This happens with c_compiler_version: # [unix]
- 11 # [osx]
- 9 # [linux]
cxx_compiler_version: # [unix]
- 11 # [osx]
- 9 # [linux]
fortran_compiler_version: # [unix or win64]
- 11 # [osx and arm64]
- 9 # [osx and x86_64]
- 9 # [linux]
- 5 # [win64]
python:
# part of a zip_keys: python, python_impl, numpy
- 3.8.* *_cpython
python_impl:
# part of a zip_keys: python, python_impl, numpy
- cpython
zip_keys:
- # [unix]
- c_compiler_version # [unix]
- cxx_compiler_version # [unix]
- fortran_compiler_version # [unix]
-
- python
- numpy
- python_impl
numpy:
# part of a zip_keys: python, python_impl, numpy
- 1.19.5 I don't understand why, but, commenting: -
- python
- numpy
- python_impl fixed it. |
Hi there, thank you for your contribution! This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment. Thanks! |
…oesn't resolves conda#5416 resolves conda#3404 (closed because stale, not because fixed) Bug was possibly introduced in conda#3344
Don't have a MWE yet, but hit this on CI with CB v3.17.8 on Windows:
The text was updated successfully, but these errors were encountered: