-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Ingest fails from SQL Server, ERROR: No matching distribution found for acryl-datahub==@cliMajorVersion@ #9040
Comments
Came across the same error when trying to Ingest data from PostgreSQL: To Reproduce Please note that I am running Ubuntu in WSL Additional context: $ datahub --version $ cat /etc/issue Error stack:
|
@ibrentlam : It seems to work after installing matplotlib $ pip install matplotlib |
This also fixed it for me, I'm assuming there is a dependency from one of these packages that installs with matplotlib that may need to be added to the requirements.txt of datahub? matplotlib installs: |
More report for this issue here https://datahubspace.slack.com/archives/CUMUWQU66/p1699537554842679?thread_ts=1698242749.777559&cid=CUMUWQU66 and here https://datahubspace.slack.com/archives/CUMUWQU66/p1698238239552609 While we're debugging this issue, a workaround would be to explicitly set a CLI version in the UI, as described here https://datahubproject.io/docs/ui-ingestion#advanced-ingestion-configs |
Describe the bug
ingesting from SQL server fails with ERROR: No matching distribution found for acryl-datahub==@cliMajorVersion@
similar to issue #4235, which is closed/fixed a year ago
To Reproduce
create new ingestion source
enter credentials for SQL server, schedule, etc.
ingestion starts, then 15 seconds later errors out
full error message below
Expected behavior
ingestion completes
Screenshots
Desktop (please complete the following information):
Additional context
$ python --version
Python 3.10.12
$ datahub --version
acryl-datahub, version 0.11.0.5
$ cat /etc/issue
Ubuntu 22.04.3 LTS \n \
The text was updated successfully, but these errors were encountered: