Skip to content
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

Pipenv 2018.10.9 fails when trying to install from git subdirectory #2991

Closed
JSchulte01 opened this issue Oct 10, 2018 · 2 comments
Closed

Comments

@JSchulte01
Copy link

Issue description

I recently upgraded to the latest pipenv 2018.10.9 and immediately started getting install failures on pipenv install. Failures only seem to affect git subdirectory commands i.e.
{editable = true, git = "ssh://git@bitbucket.org/<org>/<repo>.git", ref="master", subdirectory="modules/<pkg>/"}

The repo is organised as a namespaced repo of subpackages. i.e modules//

Expected result

Describe what you expected.

Actual result

I dont have a traceback currently because I uninstalled to workaround before reporting. But the general result is it attempts to install from the root directory and fails when it does not find a setup.py.

Steps to replicate

  1. Upgrade to pipenv 2018.10.9
  2. Run pipenv install, ensuring you use a namespace packaged repo as above.

@techalchemy
Copy link
Member

this version is pretty broken around certain features, can you test against master and let me know if that works?

@JSchulte01
Copy link
Author

JSchulte01 commented Oct 11, 2018

This error is caused by setuptools: issue #1321

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants