osmo-python-tests$ pip3 install --verbose --user -e . Using pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9) User install by explicit request Created temporary directory: /tmp/pip-ephem-wheel-cache-z2yexa2t Created temporary directory: /tmp/pip-req-tracker-bvs7504s Initialized build tracking at /tmp/pip-req-tracker-bvs7504s Created build tracker: /tmp/pip-req-tracker-bvs7504s Entered build tracker: /tmp/pip-req-tracker-bvs7504s Created temporary directory: /tmp/pip-install-zws5eg01 Obtaining file:///home/uname/git_repos/osmo-python-tests Added file:///home/uname/git_repos/osmo-python-tests to build tracker '/tmp/pip-req-tracker-bvs7504s' 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 Created temporary directory: /tmp/pip-pip-egg-info-0k3nitw4 Running command python setup.py egg_info running egg_info creating /tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info writing /tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/dependency_links.txt writing top-level names to /tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/SOURCES.txt' reading manifest file '/tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/SOURCES.txt' writing manifest file '/tmp/pip-pip-egg-info-0k3nitw4/osmopython.egg-info/SOURCES.txt' 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 Removed osmopython==0.2.1 from file:///home/somedir/osmo-python-tests from build tracker '/tmp/pip-req-tracker-bvs7504s' Created temporary directory: /tmp/pip-unpack-fom22m6s Installing collected packages: osmopython Running setup.py develop for osmopython 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= running develop running egg_info error: [Errno 13] Permission denied 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. Exception information: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main status = self.run(options, args) File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper return func(self, options, args) File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 421, in run installed = install_given_reqs( File "/usr/lib/python3/dist-packages/pip/_internal/req/__init__.py", line 82, in install_given_reqs requirement.install( File "/usr/lib/python3/dist-packages/pip/_internal/req/req_install.py", line 800, in install install_editable_legacy( File "/usr/lib/python3/dist-packages/pip/_internal/operations/install/editable_legacy.py", line 49, in install_editable call_subprocess( File "/usr/lib/python3/dist-packages/pip/_internal/utils/subprocess.py", line 261, in call_subprocess raise InstallationSubprocessError(proc.returncode, command_desc) 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. Removed build tracker: '/tmp/pip-req-tracker-bvs7504s'