fix cv2 error

This commit is contained in:
2023-10-20 06:54:37 +00:00
parent 9755094869
commit 77b982e62e

View File

@@ -9,7 +9,7 @@ using JSON3, DataStructures, Dates, PythonCall
const py_agents = PythonCall.pynew()
const py_llms = PythonCall.pynew()
function __init__()
PythonCall.pycopy!(py_cv2, pyimport("cv2"))
# PythonCall.pycopy!(py_cv2, pyimport("cv2"))
# equivalent to from urllib.request import urlopen in python
PythonCall.pycopy!(py_agents, pyimport("langchain" => "agents"))