Python Forum

Full Version: I have an problem related to ujson in python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
import ujson
Error:
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /home/aditya/.local/lib/python2.7/site-packages/ujson.so: undefined symbol: Buffer_AppendShortHexUnchecked
How to fixed this? Please help me
thank you
Is there some reason you need python2.7? Python2 is no longer supported.

Looks like this was a problem with an older version for a while. The thread says a release last year fixed it and I would expect the current version on pypi.org should not do this. I was able to install it on a 2.7 release and it functioned okay.