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
Hi I am getting this error while trying to run txes2
Traceback (most recent call last):
File "consumer.py", line 14, in <module>
from txes2 import ElasticSearch
File "/usr/local/lib/python3.6/site-packages/txes2/__init__.py", line 1, in <module>
from txes2.elasticsearch import ElasticSearch # noqa
File "/usr/local/lib/python3.6/site-packages/txes2/elasticsearch.py", line 5, in <module>
from . import connection, exceptions
File "/usr/local/lib/python3.6/site-packages/txes2/connection.py", line 1, in <module>
from . import connection_http
File "/usr/local/lib/python3.6/site-packages/txes2/connection_http.py", line 6, in <module>
from . import exceptions, utils
File "/usr/local/lib/python3.6/site-packages/txes2/utils.py", line 4, in <module>
from urllib import quote
ImportError: cannot import name 'quote'
It seems that this is due to the fact that txes2 is not python3 compatible.
Is there any plain to port this to python3?
The text was updated successfully, but these errors were encountered:
Hi I am getting this error while trying to run txes2
It seems that this is due to the fact that txes2 is not python3 compatible.
Is there any plain to port this to python3?
The text was updated successfully, but these errors were encountered: