Error installing the project in editable mode #4335
Labels
Type: Bug 🐛
This issue is a bug.
Type: Vendored Dependencies
This issue affects vendored dependencies within pipenv.
Issue description
I've got a project w/
setup.cfg
andversion
meta-data taken from the package's attribute:My
dev-packages
section of thePipfile
has the entry:Trying to install dev-dependencies fails for this setup.
Expected result
Successful install.
Actual result
Please note the "filename" reported in the last line:
My original case was a bit more complicated. I had a
packages = find_namespace:
in theoptions
section of thesetup.cfg
and the reported not found "file" was:And yes, setting the
version
key to exact value (same as inbug/__init__.py
) works fine.Steps to replicate
pipenv install --dev
$ pipenv --support
Pipenv version:
'2020.6.2'
Pipenv location:
'/usr/local/lib/python3.8/dist-packages/pipenv'
Python location:
'/usr/bin/python3'
Python installations found:
3.8.2
:/usr/bin/python3
3.8.2
:/usr/bin/python3.8
3.8.2
:/bin/python3
3.8.2
:/bin/python3.8
PEP 508 Information:
System environment variables:
PIPENV_VENV_IN_PROJECT
COLORTERM
HOSTNAME
LANGUAGE
PWD
w
HOME
LANG
LS_COLORS
TERM
PIP_DISABLE_PIP_VERSION_CHECK
SHLVL
LC_ALL
PATH
DEBIAN_FRONTEND
OLDPWD
_
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
PIPENV_VENV_IN_PROJECT
:1
Debug–specific environment variables:
PATH
:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG
:en_US.UTF-8
PWD
:/work/pipenv-bug-test
Contents of
Pipfile
('/work/pipenv-bug-test/Pipfile'):The text was updated successfully, but these errors were encountered: