VorTECHsa / python-sdk

Vortexa DataScience SDK
https://vortechsa.github.io/python-sdk/
Apache License 2.0
21 stars 9 forks source link

Fix running Vortexa Python SDK on WSL2 #496

Closed maksyms closed 6 months ago

maksyms commented 6 months ago

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