Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on Windows 7 #234

Open
mac-b-71 opened this issue Dec 4, 2017 · 1 comment
Open

Doesn't work on Windows 7 #234

mac-b-71 opened this issue Dec 4, 2017 · 1 comment

Comments

@mac-b-71
Copy link

mac-b-71 commented Dec 4, 2017

File "\Python\Python36\lib\site-packages\marathon\client.py", line 48, in init
keep_alive = socket_options.TCPKeepAliveAdapter()
File "\Python\Python36\lib\site-packages\requests_toolbelt\adapters\socket_options.py", line 107, in init
(socket.IPPROTO_TCP, socket.TCP_KEEPINTVL, interval),
AttributeError: module 'socket' has no attribute 'TCP_KEEPINTVL'

It seems that attribute TCP_KEEPINTVL was introduced within Windows 10, version 1709.
https://msdn.microsoft.com/pl-pl/library/windows/desktop/ms738596(v=vs.85).aspx

@solarkennedy
Copy link
Contributor

Sorta upstream issue, relates to requests/toolbelt#98

franloza pushed a commit to etsfactory/daskathon that referenced this issue Dec 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants