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
Traceback (most recent call last):
File "venv/bin/pipupgrade", line 5, in <module>
from pipupgrade.__main__ import main
File "venv/lib/python3.12/site-packages/pipupgrade/__init__.py", line 23, in <module>
from pipupgrade.__main__ import main
File "venv/lib/python3.12/site-packages/pipupgrade/__main__.py", line 5, in <module>
from pipupgrade.commands import command as main
File "venv/lib/python3.12/site-packages/pipupgrade/commands/__init__.py", line 11, in <module>
from pipupgrade.commands.helper import (
File "venv/lib/python3.12/site-packages/pipupgrade/commands/helper.py", line 10, in <module>
from pipupgrade.model import Registry
File "venv/lib/python3.12/site-packages/pipupgrade/model/__init__.py", line 3, in <module>
from pipupgrade.model.package import Package
File "venv/lib/python3.12/site-packages/pipupgrade/model/package.py", line 11, in <module>
from pipupgrade import _pip, semver
File "venv/lib/python3.12/site-packages/pipupgrade/_pip.py", line 58, in <module>
_PIP_EXECUTABLES = _get_pip_executable(multiple = True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "venv/lib/python3.12/site-packages/pipupgrade/_pip.py", line 43, in _get_pip_executable
exec_ = which(pip_)
^^^^^^^^^^^
File "venv/lib/python3.12/site-packages/bpyutils/util/system.py", line 79, in which
from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils'
The text was updated successfully, but these errors were encountered:
What's the bug all about?
What snippet/command led to this issue?
Logs
The text was updated successfully, but these errors were encountered: