-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
in-progressissue is actively being worked onissue is actively being worked onlocked[bot] locked due to inactivity[bot] locked due to inactivitysource::anacondacreated by members of Anaconda, Inc.created by members of Anaconda, Inc.type::tech-debtidentifies or resolves some technical debtidentifies or resolves some technical debt
Description
Current Behavior
#10441 renamed the names of the ruamel_yaml
/ruamel.yaml
to ruamel_yaml_conda
to both which effectively breaks Python packaging of conda.
Steps to Reproduce
pip install -e .
$ pip install -e .
Obtaining file:///Users/jezdez/Code/git/conda
Collecting pycosat>=0.6.3
Using cached pycosat-0.6.3-cp39-cp39-macosx_11_0_x86_64.whl
Collecting requests>=2.12.4
Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
ERROR: Could not find a version that satisfies the requirement ruamel_yaml_conda>=0.11.14 (from conda)
ERROR: No matching distribution found for ruamel_yaml_conda>=0.11.14
Expected Behavior
There shouldn't be a dependency error.
Tasks
- 🔍 Investigate and understand state of the world (timebox: two days)
- 👨🏻💻 Aggregate community efforts add missing logic (Use maintained
ruamel.yaml
#11837) - 🕵🏻 Code review
- ✅ Merge
Metadata
Metadata
Assignees
Labels
in-progressissue is actively being worked onissue is actively being worked onlocked[bot] locked due to inactivity[bot] locked due to inactivitysource::anacondacreated by members of Anaconda, Inc.created by members of Anaconda, Inc.type::tech-debtidentifies or resolves some technical debtidentifies or resolves some technical debt
Type
Projects
Status
🏁 Done