We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While running pipupgrade --upgrade-type patch, the following error occured:
pipupgrade --upgrade-type patch
No response
Updating 62 of 185 packages: mkl-fft Traceback (most recent call last): File "/home/casperg/anaconda3/lib/python3.10/site-packages/pipupgrade/commands/__init__.py", line 79, in command return _command(**ARGUMENTS) File "/home/casperg/anaconda3/lib/python3.10/site-packages/pipupgrade/commands/__init__.py", line 258, in _command update_registry(registry, yes = a.yes, user = a.user, check = a.check, File "/home/casperg/anaconda3/lib/python3.10/site-packages/pipupgrade/commands/helper.py", line 301, in update_registry _pip.call("install", package.name, File "/home/casperg/anaconda3/lib/python3.10/site-packages/pipupgrade/_pip.py", line 79, in call output = popen(*params, output = output, raise_err = raise_err) File "/home/casperg/anaconda3/lib/python3.10/site-packages/bpyutils/util/system.py", line 126, in popen raise PopenError(code, command) bpyutils.exception.PopenError: Command '/home/casperg/anaconda3/bin/pip install mkl-fft --no-cache-dir --upgrade' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
While running
pipupgrade --upgrade-type patch
, the following error occured:Screenshot
No response
Console errors
The text was updated successfully, but these errors were encountered: