Przeglądaj źródła

fix the python environment path problem

MaochengHu 2 lat temu
rodzic
commit
0f6303f99c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src_code/src/server_utils/image_convert.py

+ 1 - 1
src_code/src/server_utils/image_convert.py

@@ -5,7 +5,7 @@
 # @File : image_convert.py
 # @Project : server_develop
 
-import cv2
+
 import pybase64
 from PIL import Image
 from io import BytesIO