- Exasol >= 6
- Python >= 3.6
- websocket-client >= 0.47
- rsa
pandas
is required for HTTP transport functions working with data frames;pyopenssl
is required for HTTP transport with encryption to generate "ad-hoc" certificates;websocket-client
may take advantage ofnumpy
andwsaccel
to improvesend()
method performance;ujson
is required forjson_lib=usjon
to improve json parsing performance;rapidjson
is required forjson_lib=rapidjson to improve json parsing performance
;
pip install pyexasol[pandas,encrypt,ujson,rapidjson]