This is my code:
dll = np.ctypeslib.load_library('render_balls_so', '.')
And I get this error:
Traceback (most recent call last): File "/home/name/Documents/PointNet/show_3d_ball.py", line 22, in dll = np.ctypeslib.load_library('render_balls_so', '.') File "/home/name/.local/lib/python3.6/site-packages/numpy/ctypeslib.py", line 155, in load_library raise OSError("no file with expected extension") OSError: no file with expected extension
1.4m articles
1.4m replys
5 comments
57.0k users