Hi Raymond,
I'm very sorry for the delay.
Great thanks!
It solved the problem occurred on our Travis-CI tests.
I made a patch for this issue and will post on this mailing list.
Many Many Thanks!
Iwase
On 2017年04月13日 05:48, Raymond Burkholder wrote:
>> FYI, a similar issue has been opened from
> FYI, a similar issue has been opened from 5 days ago in Github Issue of
> eventlet.
> Please check it:
> https://github.com/eventlet/eventlet/issues/401
>
I added my issue to that ticket and had a response. It eliminated the
exception, but I havn't tested the operation of the code yet.
Makin
Short version:
Error message: AttributeError("'module' object has no attribute 'epolls'",)
Possible explanation:
https://github.com/shazow/urllib3/issues/1104 where urllib3 is intercepting
select calls, and not providing epoll or epolls.
Question:
How to bypass this? My script worked a few m