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
When referencing a package for install in cumulusci.yml dependencies for a package version starting with 0 (e.g. 0.1, 0.2, 0.3, etc.), when attempting to install using a flow like dev_org or update_dependencies, install errors with a "does not exist" error:
Error: Could not process MDAPI response: Update of InstalledPackage
Intel_U4SFnCino: Error: InstalledPackage namespace: intel_u4sfncino does
not exist!
Reproduction steps
Add a package version starting with 0 (example starting with 0.3) for a package version that you know exists and is published
Run a flow/task that triggers install (example cci flow run dev_org)
Wait for install step to begin
Result: Error display:
Error: Could not process MDAPI response: Update of InstalledPackage
Intel_U4SFnCino: Error: InstalledPackage namespace: intel_u4sfncino does
not exist!
Expected Result: No error and package install with specified version.
Describe the bug
When referencing a package for install in
cumulusci.yml
dependencies for a package version starting with 0 (e.g. 0.1, 0.2, 0.3, etc.), when attempting to install using a flow likedev_org
orupdate_dependencies
, install errors with a "does not exist" error:Error:
Reproduction steps
cci flow run dev_org
)Result: Error display:
Expected Result: No error and package install with specified version.
Your CumulusCI and Python versions
CumulusCI version: 3.86.0
Python version: 3.10.0
Operating System
MacOS 14.4.1
Windows environment
No response
CumulusCI installation method
pipx
Error Gist
https://gist.github.com/Julian88Tex/db928dfcb7d60d20329b6b9fd34375a6
Additional information
0
as best I can tell.version_id
instead ofversion
in.yml
.password
which may have an impact.The text was updated successfully, but these errors were encountered: