You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File ".venv/bin/ade", line 8, in <module>
sys.exit(main())/
File ".venv/lib64/python3.10/site-packages/ansible_dev_environment/cli.py", line 177, in main
cli.run()
File ".venv/lib64/python3.10/site-packages/ansible_dev_environment/cli.py", line 158, in run
subcommand.run()
File ".venv/lib64/python3.10/site-packages/ansible_dev_environment/subcommands/treemaker.py", line 70, in run
target[dep] = tree_dict[dep]
KeyError: '[email protected]:organization/repo_name.git'
Analyzation
It looks ADE cannot use the git repo path as key. Is it possible to collect the real collection name out of the installed collection? the repo name is mostly not the same as the collection name.
The text was updated successfully, but these errors were encountered:
lask79
changed the title
ade tree fails when collection contrains a git repo as dependency
ade tree fails when collection contains a git repo as dependency
Feb 26, 2024
Issue
When I try to install my current collection that has a dependency to a git repository using:
ade install -e . --venv .venv
galaxy.yml
I get this error:
Analyzation
It looks ADE cannot use the git repo path as key. Is it possible to collect the real collection name out of the installed collection? the repo name is mostly not the same as the collection name.
The text was updated successfully, but these errors were encountered: