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
$ cfy --version
Traceback (most recent call last):
File "cloudify_cli/main.py", line 568, in<module>
File "click/core.py", line 1157, in __call__
File "cloudify_cli/cli/cfy.py", line 597, in main
File "click/core.py", line 1077, in main
File "click/core.py", line 943, in make_context
File "click/core.py", line 1644, in parse_args
File "click/core.py", line 1408, in parse_args
File "click/core.py", line 2400, in handle_parse_result
File "click/core.py", line 2362, in process_value
File "cloudify_cli/cli/cfy.py", line 172, in show_version
File "pkg_resources/__init__.py", line 886, in require
File "pkg_resources/__init__.py", line 772, in resolve
pkg_resources.DistributionNotFound: The 'PyYAML==6.0.1; extra == "dispatcher"' distribution was not found and is required by cloudify-common
[7264] Failed to execute script 'main' due to unhandled exception!
The CLI was installed using pip install cloudify, the version is 7.0.4:
The CLI was installed using
pip install cloudify
, the version is7.0.4
:$pip install cloudify Collecting cloudify Downloading cloudify-7.0.4.tar.gz (153 kB)
Update: The issue also happened when installing the CLI using the shell:
curl -sfL https://cloudify.co/get-cli | sh -
The text was updated successfully, but these errors were encountered: