-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
When I try to install a library from Git with pipenv, it fails to lock Pipfile.lock, and I cannot install it #6095
Labels
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
Comments
@sonyakun I think the problem is the egg fragment which is a deprecated or removed syntax -- I just tried with:
|
matteius
added
the
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
label
Mar 21, 2024
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
diagnose documentation could not be viewed due to a 404.
Issue description
Pipfile.lock lock fails when trying to install libraries from Git (GitHub)
It also fails if you manually add the library to the Pipfile and run
pipenv install
.Expected result
Successfully installed and Pipfile.lock will be successfully locked
Actual result
Steps to replicate
commands
pipenv install git+https://github.com/lithum-labs/dispander.git#egg=dispander
Pipfile
(There is only discord.py (available on PyPI) in the dependencies for the library you are trying to install.)
$ pipenv --support
Pipenv version:
'2023.12.1'
Pipenv location:
'C:\\Users\\hm74c\\AppData\\Local\\pipx\\pipx\\venvs\\pipenv\\Lib\\site-packages\\pipenv'
Python location:
'C:\\Users\\hm74c\\AppData\\Local\\pipx\\pipx\\venvs\\pipenv\\Scripts\\python.exe'
OS Name:
'nt'
User pip version:
'23.3.2'
user Python installations found:
PEP 508 Information:
System environment variables:
ALLUSERSPROFILE
APPDATA
CHOCOLATEYINSTALL
CHOCOLATEYLASTPATHUPDATE
COMMONPROGRAMFILES
COMMONPROGRAMFILES(X86)
COMMONPROGRAMW6432
COMPUTERNAME
COMSPEC
DRIVERDATA
HOMEDRIVE
HOMEPATH
IGCCSVC_DB
LOCALAPPDATA
LOGONSERVER
NUMBER_OF_PROCESSORS
NVM_HOME
NVM_SYMLINK
OCULUSBASE
ONEDRIVE
ONEDRIVECONSUMER
OS
PATH
PATHEXT
PGDATA
PG_INCLUDE_DIR
PG_LIB_DIR
PNPM_HOME
PROCESSOR_ARCHITECTURE
PROCESSOR_IDENTIFIER
PROCESSOR_LEVEL
PROCESSOR_REVISION
PROGRAMDATA
PROGRAMFILES
PROGRAMFILES(X86)
PROGRAMW6432
PSMODULEPATH
PUBLIC
PYENV
PYENV_HOME
PYENV_ROOT
SESSIONNAME
SYSTEMDRIVE
SYSTEMROOT
TEMP
TMP
USERDOMAIN
USERDOMAIN_ROAMINGPROFILE
USERNAME
USERPROFILE
VBOX_MSI_INSTALL_PATH
WINDIR
WSLENV
WT_PROFILE_ID
WT_SESSION
ZES_ENABLE_SYSMAN
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
PYTHONFINDER_IGNORE_UNSUPPORTED
The text was updated successfully, but these errors were encountered: