Azure/azure-kusto-python

AttributeError: 'HTTPAdapterWithSocketOptions' object has no attribute 'socket_options'

creste opened this issue · 0 comments

Code Sample, a copy-pastable example if possible

import pickle
import socket

from azure.kusto.data.client import HTTPAdapterWithSocketOptions

adapter = HTTPAdapterWithSocketOptions(socket_options=[(socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1)])
pickled = pickle.dumps(adapter)
pickle.loads(pickled)

Problem description

Unpickling HTTPAdapterWithSocketOptions results in an AttributeError:

AttributeError: 'HTTPAdapterWithSocketOptions' object has no attribute 'socket_options'

Output of pip freeze

pip freeze
aiohttp==3.8.3
aioresponses==0.7.3
aiosignal==1.3.1
apturl==0.5.2
asgiref==3.5.2
astroid==2.9.3
async-timeout==4.0.2
attrs==22.1.0
azure-core==1.26.1
azure-identity==1.12.0
-e git+ssh://git@github.com/creste/azure-kusto-python.git@435192e11bb9221532c136c1ae631004ed505874#egg=azure_kusto_data&subdirectory=azure-kusto-data
azure-kusto-ingest @ file:///home/a/code/azure-kusto-python/azure-kusto-ingest
azure-storage-blob==12.14.1
azure-storage-queue==12.5.0
bcrypt==3.2.0
black==22.10.0
blinker==1.4
Brlapi==0.8.3
certifi==2020.6.20
chardet==4.0.0
charset-normalizer==2.1.1
click==8.0.3
colorama==0.4.4
command-not-found==0.3
cryptography==3.4.8
cupshelpers==1.0
dbus-python==1.2.18
defer==1.0.6
distro==1.7.0
distro-info===1.1build1
duplicity==0.8.21
exceptiongroup==1.0.1
fasteners==0.14.1
frozenlist==1.3.3
future==0.18.2
httplib2==0.20.2
idna==3.3
ijson==3.1.4
importlib-metadata==4.6.4
iniconfig==1.1.1
isodate==0.6.1
isort==5.6.4
jeepney==0.7.1
keyring==23.5.0
language-selector==0.1
launchpadlib==1.10.16
lazr.restfulclient==0.14.4
lazr.uri==1.0.6
lazy-object-proxy==0.0.0
lockfile==0.12.2
logilab-common==1.8.2
louis==3.20.0
macaroonbakery==1.3.1
Mako==1.1.3
MarkupSafe==2.0.1
mccabe==0.6.1
mock==4.0.3
monotonic==1.6
more-itertools==8.10.0
msal==1.20.0
msal-extensions==1.0.0
msrest==0.7.1
multidict==6.0.2
mypy-extensions==0.4.3
netifaces==0.11.0
numpy==1.23.4
oauthlib==3.2.0
olefile==0.46
packaging==21.3
pandas==1.5.1
paramiko==2.9.3
pathspec==0.10.1
pexpect==4.8.0
Pillow==9.0.1
platformdirs==2.5.1
pluggy==1.0.0
portalocker==2.6.0
protobuf==3.12.4
ptyprocess==0.7.0
pycairo==1.20.1
pycups==2.0.1
PyGObject==3.42.1
PyJWT==2.3.0
pylint==2.12.2
pymacaroons==0.13.0
PyNaCl==1.5.0
pyparsing==2.4.7
pyRFC3339==1.1
pytest==7.2.0
pytest-asyncio==0.20.1
python-apt==2.3.0+ubuntu2.1
python-dateutil==2.8.1
python-debian===0.1.43ubuntu1
pytz==2022.1
pyxdg==0.27
PyYAML==5.4.1
reportlab==3.6.8
requests==2.25.1
requests-oauthlib==1.3.1
responses==0.22.0
screen-resolution-extra==0.0.0
SecretStorage==3.3.1
six==1.16.0
systemd-python==234
tenacity==8.1.0
toml==0.10.2
tomli==2.0.1
types-toml==0.10.8
typing_extensions==4.4.0
ubuntu-advantage-tools==27.11.2
ubuntu-drivers-common==0.0.0
ufw==0.36.1
unattended-upgrades==0.1
urllib3==1.26.5
usb-creator==0.3.7
wadllib==1.3.6
wrapt==1.13.3
xdg==5
xkit==0.0.0
yarl==1.8.1
zipp==1.0.0