Open haviduck opened 4 years ago
however since darklib.so is embedded in the binary
What does it mean?
from what i can gather it yanks darklib.so out of a dll, ill try to screengrab the console
this is the error: 37556 WARNING: Ignoring ./libdarknet.so imported from E:\Eel\darknet.py - ctypes imports are only supported using bare filenames
Hey @AlexeyAB Im using pyinstaller to wrap my python app with the necessary dlls compiled. however since darklib.so is embedded in the binary, pyinstaller fails. i had an ancient darklib.so file from a previous repo that worked but i doubt thats optimal. is there any way i can compile that file?