-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
pipenv failed to lock Pipfile.lock with ERROR: pip subprocess to install build dependencies exited with 1
#6377
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
Comments
ERROR: pip subprocess to install build dependencies exited with 1
Which dependency were you trying to install? Seems it requires some system level thing you are missing to build the sdist. |
It seems to be |
Running the |
|
yes, until you resolve the system dependencies that you could build that package with pip, you'll have the same problem with pipenv. Please look into the build requirements of that specific package: https://pypi.org/project/scikit-surprise/ |
Uh oh!
There was an error while loading. Please reload this page.
Issue description
Hit the following error on Ubuntu 25.04:
Expected result
No error
Describe what you expected.
Actual result
When possible, provide the verbose output (
--verbose
), especially for locking and dependencies resolving issues.Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
Please run
$ pipenv --support
, and paste the results here. Don't put backticks (`
) around it! The output already contains Markdown formatting.$ pipenv --support
Pipenv version:
'2024.4.1'
Pipenv location:
'/home/khteh/.local/lib/python3.13/site-packages/pipenv'
Python location:
'/usr/bin/python3'
OS Name:
'posix'
User pip version:
'24.3.1'
user Python installations found:
PEP 508 Information:
System environment variables:
SHELL
SESSION_MANAGER
TBBROOT
QT_ACCESSIBILITY
COLORTERM
XDG_CONFIG_DIRS
XDG_MENU_PREFIX
GNOME_DESKTOP_SESSION_ID
ONEAPI_ROOT
DERBY_HOME
PKG_CONFIG_PATH
LANGUAGE
ADVISOR_2025_DIR
LC_ADDRESS
JAVA_HOME
GNOME_SHELL_SESSION_MODE
LC_NAME
SSH_AUTH_SOCK
CCL_ROOT
I_MPI_ROOT
MEMORY_PRESSURE_WRITE
XMODIFIERS
DESKTOP_SESSION
LC_MONETARY
FI_PROVIDER_PATH
DNNLROOT
DIAGUTIL_PATH
GTK_MODULES
PWD
CCL_CONFIGURATION
XDG_SESSION_DESKTOP
LOGNAME
DPL_ROOT
XDG_SESSION_TYPE
MANPATH
SYSTEMD_EXEC_PID
TCM_ROOT
XAUTHORITY
J2REDIR
HOME
USERNAME
IM_CONFIG_PHASE
GDB_INFO
CCL_CONFIGURATION_PATH
LC_PAPER
LANG
LS_COLORS
XDG_CURRENT_DESKTOP
MEMORY_PRESSURE_WATCH
VTE_VERSION
WAYLAND_DISPLAY
SETVARS_COMPLETED
APM
CMAKE_PREFIX_PATH
GNOME_TERMINAL_SCREEN
CMPLR_ROOT
DOTNET_BUNDLE_EXTRACT_BASE_DIR
Pti_DIR
INFOPATH
IPPROOT
GNOME_SETUP_DISPLAY
IPP_TARGET_ARCH
LESSCLOSE
XDG_SESSION_CLASS
PYTHONPATH
TERM
LC_IDENTIFICATION
J2SDKDIR
DALROOT
LESSOPEN
USER
UMF_ROOT
LIBRARY_PATH
DAL_MAJOR_BINARY
GNOME_TERMINAL_SERVICE
IPPCRYPTOROOT
DISPLAY
IPPCP_TARGET_ARCH
SHLVL
GSM_SKIP_SSH_AGENT_WORKAROUND
LC_TELEPHONE
QT_IM_MODULE
OCL_ICD_FILENAMES
LC_MEASUREMENT
PAPERSIZE
CLASSPATH
LD_LIBRARY_PATH
VTUNE_PROFILER_DIR
XDG_RUNTIME_DIR
MKLROOT
DEBUGINFOD_URLS
LC_TIME
DAL_MINOR_BINARY
VTUNE_PROFILER_2025_DIR
XDG_DATA_DIRS
NLSPATH
PATH
GDMSESSION
INTEL_PYTHONHOME
DBUS_SESSION_BUS_ADDRESS
CPATH
LC_NUMERIC
_
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/home/khteh/.yarn/bin:/home/khteh/.config/yarn/global/node_modules/.bin:/home/khteh/.pub-cache/bin:/home/khteh/.local/bin:/home/khteh/.pub-cache/bin:/opt/intel/oneapi/vtune/2025.0/bin64:/opt/intel/oneapi/mpi/2021.14/bin:/opt/intel/oneapi/mkl/2025.0/bin:/opt/intel/oneapi/dpcpp-ct/2025.0/bin:/opt/intel/oneapi/dev-utilities/2025.0/bin:/opt/intel/oneapi/debugger/2025.0/opt/debugger/bin:/opt/intel/oneapi/compiler/2025.0/bin:/opt/intel/oneapi/advisor/2025.0/bin64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/go:/opt/td-agent/bin:/opt/neo4j:/snap/bin:/home/khteh/.dotnet/tools:/usr/lib/jvm/jdk-21-oracle-x64/bin:/usr/lib/jvm/jdk-21-oracle/db/bin
SHELL
:/bin/bash
LANG
:en_US.UTF-8
PWD
:/home/khteh
The text was updated successfully, but these errors were encountered: