fix cv2 error
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user