-
Notifications
You must be signed in to change notification settings - Fork 3
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
Jenkins build fails due to old python version #256
Comments
It's going to depend on the Docker image - the one it's using, I'll make a new one for KG builds following these instructions (but without mysql/postgres): Knowledge-Graph-Hub/kg-idg#107 (comment) |
It will have |
sqlite3 is usually included with a python3 install, but I'll make sure it's included |
The image ID in the Jenkinsfile should be replaced with |
OK, looks like the new Docker image works except for this detail: This is what it should do:
but this is what it does instead:
|
I think the username for |
The image |
Error:
Cause: Jenkins may be using an older version of Python (3.9).
Could the python version be updated in code of does it need to be a setup thing?
Attn: @caufieldjh , @justaddcoffee @realmarcin @bsantan
The text was updated successfully, but these errors were encountered: