pypi

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...
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/..
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.
-
Updated
Jul 3, 2022 - Python
-
Updated
Jul 30, 2022 - Jupyter Notebook
-
Updated
Jul 22, 2022 - Python
-
Updated
Jul 29, 2022 - Shell
-
Updated
Jul 28, 2022 - Shell
-
Updated
Jul 30, 2022 - Python
-
Updated
Jul 28, 2022
-
Updated
Jul 29, 2022 - Python
-
Updated
Apr 2, 2022 - Python
-
Updated
Jul 26, 2022 - Python
-
Updated
Jan 11, 2021 - Python
Default serialization format for conjunctive graph is turtle, but turtle cannot handle quads (AFAIK)
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, question is to what.
I think TriG would make most sense, but the other option is n3.
[FR] Add translation
I hope to add translation to the gui
-
Updated
Jun 13, 2022 - Python
-
Updated
Jul 19, 2022 - Python
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:
- Go to your terminal
- Type on pip3 insta
-
Updated
Jun 20, 2022 - Python
-
Updated
Jul 28, 2022 - C++
-
Updated
Jul 29, 2022 - Python
-
Updated
Jul 30, 2022 - Python
-
Updated
Jul 19, 2022 - Python
-
Updated
Jul 29, 2022 - Python
Created by Ian Bicking, Jannis Leidel
Released April 4, 2011
- Repository
- pypa/pip
- Website
- pip.pypa.io
- Wikipedia
- Wikipedia
~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).
Please also consider using
appdirs
instead of hardcoding ~/.config/