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

Even though pip is upgraded, some reminescence of old versions still lurks #43

Open
nbigaouette opened this issue Mar 16, 2019 · 4 comments
Labels
💥 bug Something isn't working

Comments

@nbigaouette
Copy link
Owner

Missing an example right now, but I think it appears when a pipenv shell is used.

@nbigaouette nbigaouette added the 💥 bug Something isn't working label Mar 16, 2019
@nbigaouette
Copy link
Owner Author

I can't reproduce. Closing.

@nbigaouette
Copy link
Owner Author

Seems to be a poetry issue: python-poetry/poetry#732

@nbigaouette nbigaouette reopened this May 13, 2019
@nbigaouette
Copy link
Owner Author

nbigaouette commented May 13, 2019

> cat pyproject.toml
[tool.poetry]
name = "piptest"
version = "0.1.0"
description = ""
authors = ["Nicolas Bigaouette <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.7"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
> poetry install -vv
Creating virtualenv piptest-py3.7 in /Users/nbigaouette/tmp/piptest/.venv
Using virtualenv: /Users/nbigaouette/tmp/piptest/.venv
Updating dependencies
Resolving dependencies...
   1: fact: piptest is 0.1.0
   1: derived: piptest
   1: selecting piptest (0.1.0)
   1: Version solving took 0.005 seconds.
   1: Tried 1 solutions.

Writing lock file

Nothing to install or update
> poetry run pip -V
pip 19.0.3 from /Users/nbigaouette/tmp/piptest/.venv/lib/python3.7/site-packages/pip (python 3.7)
> ~/.pycors/installed/3.7.3/bin/pip -V
pip 19.1.1 from /Users/nbigaouette/.pycors/installed/3.7.3/lib/python3.7/site-packages/pip (python 3.7)

@nbigaouette
Copy link
Owner Author

Could configure's --without-ensurepip flag help this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💥 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant