R
RunPod2mo ago
DEOGEE

Image build from github works fine but when i test with a request i get an error

ImportError: cannot import name 'TypeIs' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py) I attached the error logs
15 Replies
Dj
Dj2mo ago
This is an error with your template, can you link it?
DEOGEE
DEOGEEOP2mo ago
GitHub
GitHub - A-BMT02/runpod-worker-comfy: ComfyUI as a serverless API o...
ComfyUI as a serverless API on RunPod. Contribute to A-BMT02/runpod-worker-comfy development by creating an account on GitHub.
Dj
Dj2mo ago
You should be able to fork this and bump typing_extensions to the latest version safely @DEOGEE
DEOGEE
DEOGEEOP2mo ago
Thanks im tryin that now
DEOGEE
DEOGEEOP2mo ago
But in my snapshot.json file im already using typing_extensions==4.9.0 This should be ok no?
Dj
Dj2mo ago
TypeIs was added in 4.10.0 The latest version number is 4.12.2
DEOGEE
DEOGEEOP2mo ago
Thanks. That fixed that issue. Im running into another issue and its hard for me to access the logs. Sometimes there is no logs at all and sometimes the logs dissapear almost instantly
Dj
Dj2mo ago
Whats your container ID? I can check if anythings wrong but I cant access logs for you.
DEOGEE
DEOGEEOP2mo ago
This is the url https://www.runpod.io/console/serverless/user/endpoint/l0dd5iu8v8jn1l so im guessing l0dd5iu8v8jn1l is the id
DEOGEE
DEOGEEOP2mo ago
The build is succesfull but im getting an error when i send a request
No description
DEOGEE
DEOGEEOP2mo ago
Its hard to debug cause i can barely see the logs
yhlong00000
yhlong000002mo ago
Maybe try to set an active worker and keep it running. You can also connect to the worker. Just remember set active worker to 0 when you done debugging
DEOGEE
DEOGEEOP2mo ago
Thanks im trying that now Did you find if anything wrong with it? By any chance can i build my github repo on a runpod pod and access the files? @yhlong00000 @Dj
Dj
Dj2mo ago
You can use a pod to clone the repo and compile it but we can't pre pull and compile anything but a Dockerimage
DEOGEE
DEOGEEOP2mo ago
I cloned the runpod worker comfy and install the requrirements but i couldnt find any instruction in the docs on how to run it https://github.com/blib-la/runpod-worker-comfy
GitHub
GitHub - blib-la/runpod-worker-comfy: ComfyUI as a serverless API o...
ComfyUI as a serverless API on RunPod. Contribute to blib-la/runpod-worker-comfy development by creating an account on GitHub.

Did you find this page helpful?