Closed boehb-efs closed 1 year ago
When I start my script, which uses opensearch-py 2.2.0 (same with 2.3.0) and python-keycloak (version 2.16.3), I get an error, that urllib3 2.0.4 is not found. No such file or directory: '/opt/conda/lib/python3.11/site-packages/urllib3-2.0.4.dist-info/METADATA' Is there a (conscious) reason, that opensearch-py prevents from using urllib3 >= 2? https://github.com/opensearch-project/opensearch-py/blob/1532b06ec2adeecbf28c78fe67f463a67179a1a7/setup.py#L53C1-L53C1
No such file or directory: '/opt/conda/lib/python3.11/site-packages/urllib3-2.0.4.dist-info/METADATA'
This can easily lead to conflicts with other libraries!
python -m pip install superb-data-klient
import superbdataklient as sdk client = sdk.SDKClient(env='sdk-dev')
However it appears to run, if executed a second time.
No versioning conflicts.
Further informations see attachments. install.log client_init.log
What is the bug?
When I start my script, which uses opensearch-py 2.2.0 (same with 2.3.0) and python-keycloak (version 2.16.3), I get an error, that urllib3 2.0.4 is not found.
No such file or directory: '/opt/conda/lib/python3.11/site-packages/urllib3-2.0.4.dist-info/METADATA'
Is there a (conscious) reason, that opensearch-py prevents from using urllib3 >= 2? https://github.com/opensearch-project/opensearch-py/blob/1532b06ec2adeecbf28c78fe67f463a67179a1a7/setup.py#L53C1-L53C1This can easily lead to conflicts with other libraries!
How can one reproduce the bug?
python -m pip install superb-data-klient
However it appears to run, if executed a second time.
What is the expected behavior?
No versioning conflicts.
Do you have any screenshots?
Further informations see attachments. install.log client_init.log