You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source: Installed Distributions (/home/michael-heuberger/.pyenv/versions/3.11.1/bin/pip)
Name Current Version Latest Version Home Page
----------------- --------------- -------------- -------------------------------------------
openai-whisper 20230124 20230314 https://github.com/openai/whisper
But it errors. See console output below.
Screenshot
No response
Console errors
Updating 1 of 6 packages: openai-whisper
Traceback (most recent call last):
File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/pipupgrade/commands/__init__.py", line 79, incommandreturn _command(**ARGUMENTS)
^^^^^^^^^^^^^^^^^^^^^
File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/pipupgrade/commands/__init__.py", line 258, in _command
update_registry(registry, yes = a.yes, user = a.user, check = a.check,
File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/pipupgrade/commands/helper.py", line 301, in update_registry
_pip.call("install", package.name,
File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/pipupgrade/_pip.py", line 79, in call
output = popen(*params, output = output, raise_err = raise_err)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/bpyutils/util/system.py", line 126, in popen
raise PopenError(code, command)
bpyutils.exception.PopenError: Command '/home/michael-heuberger/.pyenv/versions/3.11.1/bin/pip install openai-whisper --no-cache-dir --upgrade' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
Description
Trying to upgrade openai-whisper:
But it errors. See console output below.
Screenshot
No response
Console errors
The text was updated successfully, but these errors were encountered: