Quantcast
Channel: can't install any package with pip - Stack Overflow
Viewing all articles
Browse latest Browse all 2

can't install any package with pip

$
0
0

I'm using ArtixLinux as OS.

I can't use pip for installing package with pip.

I got this error:

ERROR: Exception:Traceback (most recent call last):  File "/usr/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper    status = run_func(*args)  File "/usr/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper    return func(self, options, args)  File "/usr/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 341, in run    requirement_set = resolver.resolve(  File "/usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve    result = self._result = resolver.resolve(  File "/usr/lib/python3.10/site-packages/resolvelib/resolvers.py", line 454, in resolve    state = resolution.resolve(requirements, max_rounds=max_rounds)  File "/usr/lib/python3.10/site-packages/resolvelib/resolvers.py", line 319, in resolve    name, crit = self._merge_into_criterion(r, parent=None)  File "/usr/lib/python3.10/site-packages/resolvelib/resolvers.py", line 176, in _merge_into_criterion    crit = Criterion.from_requirement(self._p, requirement, parent)  File "/usr/lib/python3.10/site-packages/resolvelib/resolvers.py", line 79, in from_requirement    matches = provider.find_matches(requirements=[requirement])TypeError: PipProvider.find_matches() missing 2 required positional arguments: 'identifier' and 'incompatibilities'

I tried reinstall python-pip and python-resolvelib to see if the error solved but no!!

but I can use pip inside a venv, no errors for download or installing any package except PyGObject.

I got this error when trying to install PyGObject inside venv:

Collecting PyGObject  Using cached PyGObject-3.42.1.tar.gz (718 kB)  Installing build dependencies ... done  Getting requirements to build wheel ... done  Preparing metadata (pyproject.toml) ... doneCollecting pycairo>=1.16.0  Using cached pycairo-1.21.0-cp310-cp310-linux_x86_64.whlBuilding wheels for collected packages: PyGObject  Building wheel for PyGObject (pyproject.toml) ... error  error: subprocess-exited-with-error× Building wheel for PyGObject (pyproject.toml) did not run successfully.│ exit code: 1╰─> [42 lines of output]      running bdist_wheel      running build      running build_py      creating build      creating build/lib.linux-x86_64-cpython-310      creating build/lib.linux-x86_64-cpython-310/pygtkcompat      copying pygtkcompat/pygtkcompat.py -> build/lib.linux-x86_64-cpython-310/pygtkcompat      copying pygtkcompat/generictreemodel.py -> build/lib.linux-x86_64-cpython-310/pygtkcompat      copying pygtkcompat/__init__.py -> build/lib.linux-x86_64-cpython-310/pygtkcompat      creating build/lib.linux-x86_64-cpython-310/gi      copying gi/types.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/pygtkcompat.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/module.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/importer.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/docstring.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/_signalhelper.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/_propertyhelper.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/_ossighelper.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/_option.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/_gtktemplate.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/_error.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/_constants.py -> build/lib.linux-x86_64-cpython-310/gi      copying gi/__init__.py -> build/lib.linux-x86_64-cpython-310/gi      creating build/lib.linux-x86_64-cpython-310/gi/repository      copying gi/repository/__init__.py -> build/lib.linux-x86_64-cpython-310/gi/repository      creating build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/keysyms.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/__init__.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/Pango.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/Gtk.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/Gio.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/GdkPixbuf.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/Gdk.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/GObject.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/GLib.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      copying gi/overrides/GIMarshallingTests.py -> build/lib.linux-x86_64-cpython-310/gi/overrides      running build_ext      Package gobject-introspection-1.0 was not found in the pkg-config search path.      Perhaps you should add the directory containing `gobject-introspection-1.0.pc'      to the PKG_CONFIG_PATH environment variable      Package 'gobject-introspection-1.0', required by 'virtual:world', not found      Command '('pkg-config', '--print-errors', '--exists', 'gobject-introspection-1.0 >= 1.56.0')' returned non-zero exit status 1.      [end of output]  note: This error originates from a subprocess, and is likely not a problem with pip.  ERROR: Failed building wheel for PyGObjectFailed to build PyGObjectERROR: Could not build wheels for PyGObject, which is required to install pyproject.toml-based projects

Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images