-
Notifications
You must be signed in to change notification settings - Fork 251
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
Comments
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. |
It will be, yes. |
Just to be clear, the issue is that PyBuilder has pip pinned to |
I believe so: |
Any info on when this may be available? |
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. |
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. |
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
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
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
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
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
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
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
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
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
Fixed in #648 |
Originally posted by @jd-naranjo in #606 (comment)
The text was updated successfully, but these errors were encountered: