kaka1909
kaka1909
> Can you make a sketch to describe what excatly you need ? Yes. Actually I am trying to find a large horizontal "empty" area outside the main object(like the...
Yes, that will be great.
The issue might be caused by ``` def _load_shared_library(lib_base_name: str): # Determine the file extension based on the platform if sys.platform.startswith("linux"): lib_ext = ".so" elif sys.platform == "darwin": lib_ext =...