I was facing this issue in my ubuntu-22.04 and I solved that issue by installing readline
package but after that I'm facing following issue
Python 3.8.13 (default, May 21 2022, 14:21:55) [GCC 7.5.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> 2 + 2 free(): invalid pointer Aborted (core dumped)
I've checked this answer it says
There is a known issue with importing both open3d and PyTorch. The cause is unknown.
but in my case it's not related to PyTorch or open3d on same question another answer says
This is not a problem in your Python code. It is a bug in PyTorch (probably) or in Python itself (unlikely, but possible).
at this point I'm confuse how to solve this issue. Do I have to rebuild python ? (current python was build using make)