Replies: 1 comment 1 reply
-
Does the path if so, try to install |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added towhee==0.9.0. in my pip installation list while creating a conda environment. I am using this environment to run my script using cluster (azure cluster) in the cloud.
Let's say I am using tohwee as:
towhee.glob'path'
.image_decode'path', 'img'\
While running the script in cloud, I am getting the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/root/.towhee/operators/image-decode/cv2/main/cv2.py'
How do I resolve this?
my environment looks like this:
channels:
dependencies:
Beta Was this translation helpful? Give feedback.
All reactions