Obtaining file:///home/william/Projects/FPGA/amaranth/amaranth Installing build dependencies: started Installing build dependencies: finished with status 'done' Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: importlib-resources in /home/william/.local/lib/python3.8/site-packages/importlib_resources-5.1.0-py3.8.egg (from amaranth==0.3.dev294+g0b74d1c) (5.1.0) Requirement already satisfied: Jinja2~=2.11 in /home/william/.local/lib/python3.8/site-packages/Jinja2-2.11.3-py3.8.egg (from amaranth==0.3.dev294+g0b74d1c) (2.11.3) Requirement already satisfied: pyvcd~=0.2.2 in /home/william/.local/lib/python3.8/site-packages/pyvcd-0.2.4-py3.8.egg (from amaranth==0.3.dev294+g0b74d1c) (0.2.4) Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3/dist-packages (from Jinja2~=2.11->amaranth==0.3.dev294+g0b74d1c) (1.1.0) Installing collected packages: amaranth Running setup.py develop for amaranth ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/william/Projects/FPGA/amaranth/amaranth/setup.py'"'"'; __file__='"'"'/home/william/Projects/FPGA/amaranth/amaranth/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps --user --prefix= cwd: /home/william/Projects/FPGA/amaranth/amaranth/ Complete output (32 lines): running develop /tmp/pip-build-env-r_g_375g/overlay/lib/python3.8/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( WARNING: The user site-packages directory is disabled. /tmp/pip-build-env-r_g_375g/overlay/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory: [Errno 13] Permission denied: '/usr/local/lib/python3.8/dist-packages/test-easy-install-3538368.write-test' The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /usr/local/lib/python3.8/dist-packages/ Perhaps your account does not have write access to this directory? If the installation directory is a system-owned directory, you may need to sign in as the administrator or "root" account. If you do not have administrative access to this machine, you may wish to choose a different installation directory, preferably one that is listed in your PYTHONPATH environment variable. For information on other options, you may wish to consult the documentation at: https://setuptools.pypa.io/en/latest/deprecated/easy_install.html Please make the appropriate changes for your system and try again. ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/william/Projects/FPGA/amaranth/amaranth/setup.py'"'"'; __file__='"'"'/home/william/Projects/FPGA/amaranth/amaranth/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');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.