Closed maksyms closed 6 months ago
None.
N/A
When installing Vortexa Python SDK on WSL2, the default version of urllib3 is 1.25. As a result, the python3 -m vortexasdk.check_setup fails. This upgrades the dependency to resolve running Vortexa Python SDK on WSL2
python3 -m vortexasdk.check_setup
RELATED TICKETS
None.
RELATED PRs
None.
CHANGELOG
TESTS
N/A
COMMENTS
When installing Vortexa Python SDK on WSL2, the default version of urllib3 is 1.25. As a result, the
python3 -m vortexasdk.check_setup
fails. This upgrades the dependency to resolve running Vortexa Python SDK on WSL2