Skip to content

SB5.1 - OCI - Deploy/Kubernetes/KeycloakRealm failing #322

Answered by ddevadat
ddevadat asked this question in Installation
Discussion options

You must be logged in to vote

The certifi version 2022.12.7 is the one which cause the problem.

This library, in theory should be good with Python3 but it won't work with Python2

we, as a workaround, should manually remove it and install an old version

ubuntu@dp:~$ sudo pip uninstall certifi The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Uninstalling certifi-2022.12.7: /usr/local/lib/python2.7/dist-packages/certifi-2022.12.7-py2.7.egg Proceed (y/n)? y Successfully uninstalled certifi-2022.12.7 ubuntu@dp:~$ sudo pip ins…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@beepdot
Comment options

Comment options

You must be logged in to vote
1 reply
@beepdot
Comment options

Answer selected by ddevadat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants