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
which created build, dist and orn.egg-info folders.
Inside the build folder there was the orn folder containing _ext which has liborn. But init.py file inside the liborn folder gives reference error on the line :
from ._liborn import lib as _lib, ffi as _ffi
The text was updated successfully, but these errors were encountered:
Not to waste any time, I changed the name of the directory to orn and then simply imported the function as orn.orn.modules.ORConv.
(If you import the folder as a default python import anywhere, it gives an error due to the naming convention. No idea how to change that.)
That works and does not give the error from ._liborn import lib as _lib, ffi as _ffi
At first I ran
which created build, dist and orn.egg-info folders.
Inside the build folder there was the orn folder containing _ext which has liborn. But init.py file inside the liborn folder gives reference error on the line :
The text was updated successfully, but these errors were encountered: