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

Package being ignored with pipenv 8.3 #1064

Closed
Djiit opened this issue Nov 14, 2017 · 4 comments
Closed

Package being ignored with pipenv 8.3 #1064

Djiit opened this issue Nov 14, 2017 · 4 comments

Comments

@Djiit
Copy link

Djiit commented Nov 14, 2017

Describe your environment
  1. OS Type Ubuntu Xenial
  2. Python version: $ python -V python 3.6.1
  3. Pipenv version: $ pipenv --version pipenv, version 8.3.1
Expected result

Assuming we have a pipfile containing alembic = '*'
The alembic package should be :

  • installed by the command pipenv install
  • listed by the command pipenv lock -r
Actual result

pipenv install does not install alembic.
pipenv lock -r --verbose returns nothing.

Steps to replicate
pipenv --three
pipenv install alembic
pipenv lock -r

Theses steps are ok with pipenv 8.2.6 on my dev box.

@Djiit Djiit changed the title Package not being locked with pipenv 8.3 Package being ignored with pipenv 8.3 Nov 14, 2017
@techalchemy
Copy link
Member

@Djiit do you have a folder called 'alembic' off of your project root?

@Djiit
Copy link
Author

Djiit commented Nov 15, 2017

Yep!

@smurail
Copy link

smurail commented Nov 16, 2017

Same issue here, could workaround it by renaming alembic folder (and changing alembic.ini accordingly). Maybe an issue with alembic executable colliding in some way with alembic directory?

@techalchemy
Copy link
Member

@smurail yes, it is an issue with that, which is why I asked. It is fixed in #958 which will be out in our next release

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

3 participants