Skip to content
#

pypi

pip logo

pip is a de facto standard package-management system used to install and manage software packages written in Python. Many packages can be found in the default source for packages and their dependencies — Python Package Index (PyPI).

Here are 1,605 public repositories matching this topic...

hrittich
hrittich commented Jul 21, 2022

Describe the bug

Exposing the shell commands of extra dependencies does not work when installing via git+ssh. It works when installing from a local directory.

How to reproduce

Create a git repository git+ssh://git@gitlab.com/.../my-package.git with a package whose extra dependency exposes a shell command. Then, run

pipx install  --include-deps "git+ssh://git@gitlab.com/..
enhancement good first issue
sqlfluff
jblotus
jblotus commented Jul 25, 2022

Search before asking

  • I searched the issues and found no similar issues.

What Happened

I am trying to lint some create table statements and got parsing errors when using the COLLATE keyword if that keyword was not followed with an equal sign.

I also tested this with the CHARSET keyword and I had the same parse issue.

bug good first issue mysql
dailycheckin

基于【腾讯云函数】/【Docker】/【青龙面板】/【elecV2P】/【群晖】的每日签到脚本(支持多账号使用)签到列表: |爱奇艺|全民K歌|腾讯视频|有道云笔记|网易云音乐|一加手机社区官方论坛|百度贴吧|Bilibili|V2EX|咔叽网单|什么值得买|AcFun|天翼云盘|吾爱破解|芒果TV|Fa米家|小米运动|百度搜索资源平台|时光相册|哔咔漫画|联通营业厅|

  • Updated Jul 28, 2022
  • Shell
leucir
leucir commented Jul 15, 2022

Describe the issue
Following the documentation https://elyra.readthedocs.io/en/latest/getting_started/installation.html, when tried to run the command pip3 install --upgrade elyra[all], the following error happens no matches found: elyra[all]

pip install --upgrade elyra works fine.

To Reproduce
Steps to reproduce the behavior:

  1. Go to your terminal
  2. Type on pip3 insta
area:documentation good first issue component:install

Created by Ian Bicking, Jannis Leidel

Released April 4, 2011

Repository
pypa/pip
Website
pip.pypa.io
Wikipedia
Wikipedia

Related Topics

package-manager python