# Unable to Generate Support Bundle from Host.

## Unable to Generate Support Bundle from Host

## Problem

The support bundle generation from the hypervisors using `pcdctl` is failing with the following error:

```bash
$ pcdctl version
1.0.154

$ sudo pcdctl generate-support-bundle --verbose
DEBUG   ==========Genetating SupportBundle==========
FATAL   Required python_paths to generate supportBundle does not exists
```

## Environment

* Component: pcdctl v-1.0.154

## Answer

This is a known issue, and it has been fixed in the pcdctl version `pcdctl-1.0.178` and higher.

The current latest version `1.0.182` can be downloaded using

```ruby
bash <(curl -s https://pcdctl.s3.us-west-2.amazonaws.com/pcdctl-setup)
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pcd/pcd-ctl/unable-to-generate-support-bundle-from-host.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
