You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.5.2 is the only release that require elasticsearch>=6
File "...../lib/python3.9/site-packages/aioelasticsearch/connection.py", line 61, in init
if StrictVersion(aiohttp.version).version < (3, 0):
File "/usr/lib/python3.9/distutils/version.py", line 40, in init
self.parse(vstring)
File "/usr/lib/python3.9/distutils/version.py", line 137, in parse
raise ValueError("invalid version number '%s'" % vstring)
ValueError: invalid version number '3.7.4.post0'
The text was updated successfully, but these errors were encountered:
0.5.2 is the only release that require elasticsearch>=6
File "...../lib/python3.9/site-packages/aioelasticsearch/connection.py", line 61, in init
if StrictVersion(aiohttp.version).version < (3, 0):
File "/usr/lib/python3.9/distutils/version.py", line 40, in init
self.parse(vstring)
File "/usr/lib/python3.9/distutils/version.py", line 137, in parse
raise ValueError("invalid version number '%s'" % vstring)
ValueError: invalid version number '3.7.4.post0'
The text was updated successfully, but these errors were encountered: