Error: No Version Information of Fivetran Connector SDK
Issue
I've successfully installed the Fivetran Connector SDK using the pip install fivetran-connector-sdk
command. However, the following error appears when I run the fivetran debug
command:
ValueError: No version information of fivetran_connector_sdk. Please check if the package name is correct.
Environment
Fivetran Connector SDK
Resolution
To resolve the issue, do the following:
- Ensure you have the latest version of pip running on your system.
- If not, run
python -m pip install --upgrade pip
to upgrade pip. - Re-run the installation command with verbose output:
pip install fivetran-connector-sdk -v
If the issue persists, the verbose output will provide additional details about the error.
Cause
This issue may occur when using an older version of pip, which is unable to find the right version of the fivetran-connector-sdk PyPI package.