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
We have our legacy application which runs on python 2.7. In application we are using this library.
So we tried to use these libraries in 3.7 version. It gets installed, but there is syntax errors will interpret .Because the library is written in python 2.7.
Basically documents need to be updated which python version it supports.
And secondly we tried to convert the library in python 3.x syntax using 2to3 7 libraries. But we are facing issues while using it after converting it.
/usr/local/lib/python3.7/site-packages/logsparser/normalizer.py:155: UserWarning: Could not load generic callbacks definition file : invalid syntax (<string>, line 14) - generic callbacks will not be available.
- generic callbacks will not be available." % err)
re.error: bad escape \s at position 0
It would be very helpful.
Thanks in advance
The text was updated successfully, but these errors were encountered:
techrna
changed the title
Dose this library supports python 3.X
Python 3.x support
Nov 9, 2021
We have our legacy application which runs on python 2.7. In application we are using this library.
So we tried to use these libraries in 3.7 version. It gets installed, but there is syntax errors will interpret .Because the library is written in python 2.7.
Basically documents need to be updated which python version it supports.
And secondly we tried to convert the library in python 3.x syntax using 2to3 7 libraries. But we are facing issues while using it after converting it.
It would be very helpful.
Thanks in advance
The text was updated successfully, but these errors were encountered: