Sam2 point prompts is not work at m.add_raster(image, layer_name="Image") #402
-
11:31:32.313 [error] Failed to write data to the kernel channel shell [ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
use the example provided, problem happened at the code line: |
Beta Was this translation helpful? Give feedback.
-
import os solved by add this |
Beta Was this translation helpful? Give feedback.
import os
os.environ["KMP_DUPLICATE_LIB_OK"]="TRUE"
solved by add this