Project

General

Profile

Bug #5919 » pip3_err.txt

arehbein, 02/22/2023 06:22 PM

 
1
osmo-python-tests$ pip3 install --verbose --user -e .
2
Using pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9)
3
User install by explicit request
4
Created temporary directory: /tmp/pip-ephem-wheel-cache-z2yexa2t
5
Created temporary directory: /tmp/pip-req-tracker-bvs7504s
6
Initialized build tracking at /tmp/pip-req-tracker-bvs7504s
7
Created build tracker: /tmp/pip-req-tracker-bvs7504s
8
Entered build tracker: /tmp/pip-req-tracker-bvs7504s
9
Created temporary directory: /tmp/pip-install-zws5eg01
10
Obtaining file:///home/uname/git_repos/osmo-python-tests
11
  Added file:///home/uname/git_repos/osmo-python-tests to build tracker '/tmp/pip-req-tracker-bvs7504s'
12
    Running setup.py (path:/home/uname/git_repos/osmo-python-tests/setup.py) egg_info for package from file:///home/uname/git_repos/osmo-python-tests
13
    Created temporary directory: /tmp/pip-pip-egg-info-0k3nitw4
14
    Running command python setup.py egg_info
15
    running egg_info
16
    creating /tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info
17
    writing /tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/PKG-INFO
18
    writing dependency_links to /tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/dependency_links.txt
19
    writing top-level names to /tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/top_level.txt
20
    writing manifest file '/tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/SOURCES.txt'
21
    reading manifest file '/tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/SOURCES.txt'
22
    writing manifest file '/tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/SOURCES.txt'
23
  Source in /home/somedir/osmo-python-tests has version 0.2.1, which satisfies requirement osmopython==0.2.1 from file:///home/somedir/osmo-python-tests
24
  Removed osmopython==0.2.1 from file:///home/somedir/osmo-python-tests from build tracker '/tmp/pip-req-tracker-bvs7504s'
25
Created temporary directory: /tmp/pip-unpack-fom22m6s
26
Installing collected packages: osmopython
27
  Running setup.py develop for osmopython
28
    Running command /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/somedir/osmo-python-tests/setup.py'"'"'; __file__='"'"'/home/somedir/osmo-python-tests/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps --user --prefix=
29
    running develop
30
    running egg_info
31
    error: [Errno 13] Permission denied
32
ERROR: Command errored out with exit status 1: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/somedir/osmo-python-tests/setup.py'"'"'; __file__='"'"'/home/somedir/osmo-python-tests/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps --user --prefix= Check the logs for full command output.
33
Exception information:
34
Traceback (most recent call last):
35
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
36
    status = self.run(options, args)
37
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper
38
    return func(self, options, args)
39
  File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 421, in run
40
    installed = install_given_reqs(
41
  File "/usr/lib/python3/dist-packages/pip/_internal/req/__init__.py", line 82, in install_given_reqs
42
    requirement.install(
43
  File "/usr/lib/python3/dist-packages/pip/_internal/req/req_install.py", line 800, in install
44
    install_editable_legacy(
45
  File "/usr/lib/python3/dist-packages/pip/_internal/operations/install/editable_legacy.py", line 49, in install_editable
46
    call_subprocess(
47
  File "/usr/lib/python3/dist-packages/pip/_internal/utils/subprocess.py", line 261, in call_subprocess
48
    raise InstallationSubprocessError(proc.returncode, command_desc)
49
pip._internal.exceptions.InstallationSubprocessError: Command errored out with exit status 1: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/somedir/osmo-python-tests/setup.py'"'"'; __file__='"'"'/home/somedir/osmo-python-tests/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps --user --prefix= Check the logs for full command output.
50
Removed build tracker: '/tmp/pip-req-tracker-bvs7504s'
(2-2/2)
Add picture from clipboard (Maximum size: 48.8 MB)