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
I get below error while trying to spin up the container using make.
Cannot uninstall 'psutil'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
The command '/bin/sh -c pip install --no-cache-dir --constraint /opt/stack/requirements/upper-constraints.txt --requirement /opt/stack/requirements/global-requirements.txt' returned a non-zero code: 1
Makefile:28: recipe for target 'build' failed
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
I get below error while trying to spin up the container using make.
The text was updated successfully, but these errors were encountered: