Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.10.4 - Prediction interrupted #1

Open
saharaquant opened this issue Jun 15, 2023 · 0 comments
Open

Python 3.10.4 - Prediction interrupted #1

saharaquant opened this issue Jun 15, 2023 · 0 comments

Comments

@saharaquant
Copy link

Hello, I'm using your API for the past week and i started to get failures today when trying to use it.

Error:
raise ModelError(prediction.error)
replicate.exceptions.ModelError: Prediction interrupted; please retry (code: PA)

Full log:

Traceback (most recent call last):
File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/main.py", line 39, in
cli.main()
File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 430, in main
run()
File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 284, in run_file
runpy.run_path(target, run_name="main")
File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 321, in run_path
return _run_module_code(code, init_globals, run_name,
File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 135, in _run_module_code
_run_code(code, mod_globals, init_globals,
File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 124, in _run_code
exec(code, run_globals)
File "/Users/x/Desktop/Work/xy/app/test.py", line 48, in
main()
File "/Users/x/Desktop/Work/xy/app/test.py", line 37, in main
output = replicate.run(
File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/site-packages/replicate/client.py", line 140, in run

This is quite urgent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant