my library is being built for some reason? #3106
Labels
Category: VCS
Relates to version control system dependencies.
Type: Bug 🐛
This issue is a bug.
Type: Regression
This issue is a regression of a previous behavior.
Issue description
I have a library called
lib
with a setup.py:My Pipfile has this library listed as editable:
For some reason, the
lib
gets built complete with adist
andbuild
folder? Even though its an editable package? Why is this happening?Expected result
I expect not
build
ordist
folder to be created.Actual result
Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
$ pipenv --support
Pipenv version:
'2018.10.13'
Pipenv location:
'/Users/johria/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pipenv'
Python location:
'/Users/johria/.pyenv/versions/3.7.0/bin/python3.7'
Python installations found:
Error %s while executing command %s name 'WindowsError' is not defined /usr/local/bin/pythonz -c import sys; print(sys.version.split()[0])
The text was updated successfully, but these errors were encountered: