Replies: 2 comments 7 replies
-
There's name confilct, please modify your code file name from "fastdeploy.py" to "test.py" and try again |
Beta Was this translation helpful? Give feedback.
1 reply
-
new problem: objc[59243]: Class CVView is implemented in both /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cv2/cv2.abi3.so (0x128a0fb00) and /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/fastdeploy/libs/third_libs/opencv/lib/libopencv_highgui.3.4.dylib (0x14b1b7470). One of the two will be used. Which one is undefined. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to solve this problem?
fastdeploy-python==0.6.0
Traceback (most recent call last):
File "fastdeploy.py", line 2, in
import fastdeploy as fd
File "/root/workspace/FastDeploy/fastdeploy.py", line 8, in
fd.download_and_decompress(model_url, path=".")
AttributeError: partially initialized module 'fastdeploy' has no attribute 'download_and_decompress' (most likely due to a circular import)
Beta Was this translation helpful? Give feedback.
All reactions