Skip to content
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

cfy --version throws error #1508

Open
royling opened this issue Jul 29, 2024 · 0 comments
Open

cfy --version throws error #1508

royling opened this issue Jul 29, 2024 · 0 comments

Comments

@royling
Copy link

royling commented Jul 29, 2024

$ 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:

$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 -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant