Created
June 5, 2024 05:08
-
-
Save mxgrey/0cbb4035a84c57aec2e558ac5f268d38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pipenv-install install$ pipenv install -d --site-packages | |
│ Courtesy Notice: Pipenv found itself running within a virtual environment, so it will automatically use that environment, instead of creating its own for any project. … | |
│ Installing dependencies from Pipfile.lock (9ef4b3)... | |
│ Installing dependencies from Pipfile.lock (9ef4b3)... | |
│ [pipenv.exceptions.InstallError]: Ignoring ruamel.yaml.clib: markers 'platform_python_implementation == "CPython" and python_version < "3.11"' don't match your environ… | |
│ [pipenv.exceptions.InstallError]: Ignoring tomli: markers 'python_full_version < "3.11.0a7"' don't match your environment | |
│ [pipenv.exceptions.InstallError]: Collecting aiofiles==0.8.0 (from -r /tmp/pipenv-mzuexqic-requirements/pipenv-d0ap2win-hashed-reqs.txt (line 1)) | |
│ [pipenv.exceptions.InstallError]: Using cached aiofiles-0.8.0-py3-none-any.whl (13 kB) | |
│ [pipenv.exceptions.InstallError]: Collecting aiosqlite==0.17.0 (from -r /tmp/pipenv-mzuexqic-requirements/pipenv-d0ap2win-hashed-reqs.txt (line 2)) | |
│ [pipenv.exceptions.InstallError]: Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB) | |
│ [pipenv.exceptions.InstallError]: Collecting anyio==3.6.2 (from -r /tmp/pipenv-mzuexqic-requirements/pipenv-d0ap2win-hashed-reqs.txt (line 3)) | |
│ [pipenv.exceptions.InstallError]: Using cached anyio-3.6.2-py3-none-any.whl (80 kB) | |
│ [pipenv.exceptions.InstallError]: Collecting argcomplete==2.0.0 (from -r /tmp/pipenv-mzuexqic-requirements/pipenv-d0ap2win-hashed-reqs.txt (line 4)) | |
│ [pipenv.exceptions.InstallError]: Using cached argcomplete-2.0.0-py2.py3-none-any.whl (37 kB) | |
│ [pipenv.exceptions.InstallError]: Collecting astroid==2.7.3 (from -r /tmp/pipenv-mzuexqic-requirements/pipenv-d0ap2win-hashed-reqs.txt (line 5)) | |
│ [pipenv.exceptions.InstallError]: Using cached astroid-2.7.3-py3-none-any.whl (240 kB) | |
│ [pipenv.exceptions.InstallError]: Collecting asyncpg==0.25.0 (from -r /tmp/pipenv-mzuexqic-requirements/pipenv-d0ap2win-hashed-reqs.txt (line 6)) | |
│ [pipenv.exceptions.InstallError]: Using cached asyncpg-0.25.0.tar.gz (804 kB) | |
│ [pipenv.exceptions.InstallError]: Installing build dependencies: started | |
│ [pipenv.exceptions.InstallError]: Installing build dependencies: finished with status 'done' | |
│ [pipenv.exceptions.InstallError]: Getting requirements to build wheel: started | |
│ [pipenv.exceptions.InstallError]: Getting requirements to build wheel: finished with status 'error' | |
│ [pipenv.exceptions.InstallError]: WARNING: Skipping /usr/lib/python3/dist-packages/pytest_repeat.egg-info due to invalid metadata entry 'name' | |
│ [pipenv.exceptions.InstallError]: WARNING: Skipping /usr/lib/python3/dist-packages/pytest_repeat.egg-info due to invalid metadata entry 'name' | |
│ [pipenv.exceptions.InstallError]: WARNING: Skipping /usr/lib/python3.12/dist-packages/argcomplete-3.1.4.dist-info due to invalid metadata entry 'name' | |
│ [pipenv.exceptions.InstallError]: error: subprocess-exited-with-error | |
│ [pipenv.exceptions.InstallError]: | |
│ [pipenv.exceptions.InstallError]: × Getting requirements to build wheel did not run successfully. | |
│ [pipenv.exceptions.InstallError]: │ exit code: 1 | |
│ [pipenv.exceptions.InstallError]: ╰─> [33 lines of output] | |
│ [pipenv.exceptions.InstallError]: Traceback (most recent call last): | |
│ [pipenv.exceptions.InstallError]: File "/[redacted]/projects/rmf/venv/lib/python3.12/site-packages/pipenv/patched/pip/_vendor/pyproject_hooks… | |
│ [pipenv.exceptions.InstallError]: main() | |
│ [pipenv.exceptions.InstallError]: File "/[redacted]/projects/rmf/venv/lib/python3.12/site-packages/pipenv/patched/pip/_vendor/pyproject_hooks… | |
│ [pipenv.exceptions.InstallError]: json_out['return_val'] = hook(**hook_input['kwargs']) | |
│ [pipenv.exceptions.InstallError]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
│ [pipenv.exceptions.InstallError]: File "/[redacted]/projects/rmf/venv/lib/python3.12/site-packages/pipenv/patched/pip/_vendor/pyproject_hooks… | |
│ [pipenv.exceptions.InstallError]: return hook(config_settings) | |
│ [pipenv.exceptions.InstallError]: ^^^^^^^^^^^^^^^^^^^^^ | |
│ [pipenv.exceptions.InstallError]: File "/tmp/pip-build-env-ip9w6rmv/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 325, in get_requires_f… | |
│ [pipenv.exceptions.InstallError]: return self._get_build_requires(config_settings, requirements=['wheel']) | |
│ [pipenv.exceptions.InstallError]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
│ [pipenv.exceptions.InstallError]: File "/tmp/pip-build-env-ip9w6rmv/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 295, in _get_build_req… | |
│ [pipenv.exceptions.InstallError]: self.run_setup() | |
│ [pipenv.exceptions.InstallError]: File "/tmp/pip-build-env-ip9w6rmv/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 311, in run_setup | |
│ [pipenv.exceptions.InstallError]: exec(code, locals()) | |
│ [pipenv.exceptions.InstallError]: File "<string>", line 248, in <module> | |
│ [pipenv.exceptions.InstallError]: File "/tmp/pip-build-env-ip9w6rmv/overlay/lib/python3.12/site-packages/setuptools/__init__.py", line 103, in setup | |
│ [pipenv.exceptions.InstallError]: return distutils.core.setup(**attrs) | |
│ [pipenv.exceptions.InstallError]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
│ [pipenv.exceptions.InstallError]: File "/tmp/pip-build-env-ip9w6rmv/overlay/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 158, in setup | |
│ [pipenv.exceptions.InstallError]: dist.parse_config_files() | |
│ [pipenv.exceptions.InstallError]: File "/tmp/pip-build-env-ip9w6rmv/overlay/lib/python3.12/site-packages/setuptools/dist.py", line 632, in parse_config_files | |
│ [pipenv.exceptions.InstallError]: pyprojecttoml.apply_configuration(self, filename, ignore_option_errors) | |
│ [pipenv.exceptions.InstallError]: File "/tmp/pip-build-env-ip9w6rmv/overlay/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py", line 68, in apply… | |
│ [pipenv.exceptions.InstallError]: config = read_configuration(filepath, True, ignore_option_errors, dist) | |
│ [pipenv.exceptions.InstallError]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
│ [pipenv.exceptions.InstallError]: File "/tmp/pip-build-env-ip9w6rmv/overlay/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py", line 133, in read… | |
│ [pipenv.exceptions.InstallError]: validate(subset, filepath) | |
│ [pipenv.exceptions.InstallError]: File "/tmp/pip-build-env-ip9w6rmv/overlay/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py", line 57, in valid… | |
│ [pipenv.exceptions.InstallError]: raise ValueError(f"{error}\n{summary}") from None | |
│ [pipenv.exceptions.InstallError]: ValueError: invalid pyproject.toml config: `project`. | |
│ [pipenv.exceptions.InstallError]: configuration error: `project` must contain ['name'] properties | |
│ [pipenv.exceptions.InstallError]: [end of output] | |
│ [pipenv.exceptions.InstallError]: | |
│ [pipenv.exceptions.InstallError]: note: This error originates from a subprocess, and is likely not a problem with pip. | |
│ [pipenv.exceptions.InstallError]: error: subprocess-exited-with-error | |
│ [pipenv.exceptions.InstallError]: | |
│ [pipenv.exceptions.InstallError]: × Getting requirements to build wheel did not run successfully. | |
│ [pipenv.exceptions.InstallError]: │ exit code: 1 | |
│ [pipenv.exceptions.InstallError]: ╰─> See above for output. | |
│ [pipenv.exceptions.InstallError]: | |
│ [pipenv.exceptions.InstallError]: note: This error originates from a subprocess, and is likely not a problem with pip. | |
│ ERROR: Couldn't install package: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment