Unable to create template or pod with python sdk version 1.6.2
Error Output:
Solution:Jump to solution
You called your script runpod.py, so it conflicts with the runpod module. You can't do that, give your script a different name.
5 Replies
Solution
You called your script runpod.py, so it conflicts with the runpod module. You can't do that, give your script a different name.
all right
Working now
yep
Can I just specify the template ID or name when creating a pod?
template id
template_id: Optional[str] = None, this right