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

pip18.1 support #623

Closed
jd-naranjo opened this issue Nov 26, 2018 · 8 comments
Closed

pip18.1 support #623

jd-naranjo opened this issue Nov 26, 2018 · 8 comments

Comments

@jd-naranjo
Copy link

Originally posted by @jd-naranjo in #606 (comment)

@jd-naranjo jd-naranjo changed the title Latest pip version available is 18.1, would this version be supported also by pybuilder? I use "pip config" command in my projects which is not available in pip 9.x. pip18.1 support Nov 26, 2018
@jd-naranjo
Copy link
Author

Latest pip version available is 18.1, would this version be supported also by pybuilder? I use "pip config" command in my projects which is not available in pip 9.x.

@arcivanov
Copy link
Member

It will be, yes.

@esc
Copy link
Contributor

esc commented Nov 30, 2018

Just to be clear, the issue is that PyBuilder has pip pinned to 9.0?

@jd-naranjo
Copy link
Author

jd-naranjo commented Dec 1, 2018

Just to be clear, the issue is that PyBuilder has pip pinned to 9.0?

I believe so:
https://github.com/pybuilder/pybuilder/blob/master/build.py
Line 98,

@Trey50Daniel
Copy link

Any info on when this may be available?

@arcivanov
Copy link
Member

I am working on an appropriate solution, but it involves more things than just supporting "18.0", as with 10+ there are intermittent pip failures.

@ghost
Copy link

ghost commented Jul 31, 2019

Would like to add that pip is on version 19 and yells every time you pip install something if you're not on the latest version of pip. I would also appreciate PyBuilder being able to use the latest version.

arcivanov added a commit to arcivanov/pybuilder that referenced this issue Oct 14, 2019
1. Vendorization of dependencies.
2. New <build-dir>/.pybuilder is created in the project directory to house
   PyB plugins and plugin dependencies.
3. Dependencies are installed in a venv with an eye for multi-Python build environments
4. New PIP install batching.

fixes pybuilder#644, pybuilder#623, pybuilder#607, pybuilder#606
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Oct 14, 2019
1. Vendorization of dependencies.
2. New <build-dir>/.pybuilder is created in the project directory to house
   PyB plugins and plugin dependencies.
3. Dependencies are installed in a venv with an eye for multi-Python build environments
4. New PIP install batching.

fixes pybuilder#644, pybuilder#623, pybuilder#607, pybuilder#606
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Oct 15, 2019
1. Vendorization of dependencies.
2. New <build-dir>/.pybuilder is created in the project directory to house
   PyB plugins and plugin dependencies.
3. Dependencies are installed in a venv with an eye for multi-Python build environments
4. New PIP install batching.

fixes pybuilder#644, pybuilder#623, pybuilder#607, pybuilder#606
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Oct 30, 2019
1. Vendorization of dependencies.
2. New <build-dir>/.pybuilder is created in the project directory to house
PyB plugins and plugin dependencies.
3. Dependencies are installed in a venvs with an eye for multi-Python build environments via pyenv
4. New PIP install batching, utilizing pkg_resources and WorkingSet for package inspection.
5. Support for Python 3.7 and 3.8.

fixes pybuilder#644, pybuilder#623, pybuilder#607, pybuilder#606, pybuilder#638
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Oct 30, 2019
1. Vendorization of dependencies.
2. New <build-dir>/.pybuilder is created in the project directory to house
PyB plugins and plugin dependencies.
3. Dependencies are installed in a venvs with an eye for multi-Python build environments via pyenv
4. New PIP install batching, utilizing pkg_resources and WorkingSet for package inspection.
5. Support for Python 3.7 and 3.8.

fixes pybuilder#644, pybuilder#623, pybuilder#607, pybuilder#606, pybuilder#638
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Oct 30, 2019
1. Vendorization of dependencies.
2. New <build-dir>/.pybuilder is created in the project directory to house
PyB plugins and plugin dependencies.
3. Dependencies are installed in a venvs with an eye for multi-Python build environments via pyenv
4. New PIP install batching, utilizing pkg_resources and WorkingSet for package inspection.
5. Support for Python 3.7 and 3.8.

fixes pybuilder#644, pybuilder#623, pybuilder#607, pybuilder#606, pybuilder#638
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 6, 2019
1. Vendorization of dependencies.
2. New <build-dir>/.pybuilder is created in the project directory to house
PyB plugins and plugin dependencies.
3. Dependencies are installed in a venvs with an eye for multi-Python build environments via pyenv
4. New PIP install batching, utilizing pkg_resources and WorkingSet for package inspection.
5. Support for Python 3.7 and 3.8.
6. Coverage accepts module exclusion patterns

fixes pybuilder#644, pybuilder#623, pybuilder#607, pybuilder#606, pybuilder#638
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 6, 2019
1. Vendorization of dependencies.
2. New <build-dir>/.pybuilder is created in the project directory to house
PyB plugins and plugin dependencies.
3. Dependencies are installed in a venvs with an eye for multi-Python build environments via pyenv
4. New PIP install batching, utilizing pkg_resources and WorkingSet for package inspection.
5. Support for Python 3.7 and 3.8.
6. Coverage accepts module exclusion patterns

fixes pybuilder#644, pybuilder#623, pybuilder#607, pybuilder#606, pybuilder#638
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 6, 2019
1. Vendorization of dependencies.
2. New <build-dir>/.pybuilder is created in the project directory to house
PyB plugins and plugin dependencies.
3. Dependencies are installed in a venvs with an eye for multi-Python build environments via pyenv
4. New PIP install batching, utilizing pkg_resources and WorkingSet for package inspection.
5. Support for Python 3.7 and 3.8.
6. Coverage accepts module exclusion patterns

fixes pybuilder#644, pybuilder#623, pybuilder#607, pybuilder#606, pybuilder#638
@arcivanov
Copy link
Member

Fixed in #648

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

4 participants