I'm following the install instructions on MacOS Sonoma 14.6.1 using:
% pipx install docsend
to which I get:
Fatal error from pip prevented installation. Full pip output in file:
/Users/ekkis/.local/pipx/logs/cmd_2025-01-10_16.25.00_pip_errors.log
pip seemed to fail to build package:
pillow<6.0,>=5.3
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
KeyError: 'version'
Error installing docsend.
here are the contents of the logfile:
PIP STDOUT
Collecting docsend
Downloading docsend-0.2.0-py3-none-any.whl.metadata (452 bytes)
Collecting click<8.0,>=7.0 (from docsend)
Downloading click-7.1.2-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting pillow<6.0,>=5.3 (from docsend)
Downloading Pillow-5.4.1.tar.gz (16.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/16.0 MB 2.5 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
PIP STDERR
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
Traceback (most recent call last):
File "/Users/ekkis/.local/pipx/shared/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in
main()
~~~~^^
File "/Users/ekkis/.local/pipx/shared/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/ekkis/.local/pipx/shared/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "/private/var/folders/0n/hpj_61493yd7ddq4gcmh6dq40000gn/T/pip-build-env-pexc4hff/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 334, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/0n/hpj_61493yd7ddq4gcmh6dq40000gn/T/pip-build-env-pexc4hff/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 304, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "/private/var/folders/0n/hpj_61493yd7ddq4gcmh6dq40000gn/T/pip-build-env-pexc4hff/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 522, in run_setup
super().run_setup(setup_script=setup_script)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/0n/hpj_61493yd7ddq4gcmh6dq40000gn/T/pip-build-env-pexc4hff/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 320, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "", line 188, in
File "", line 178, in get_version
KeyError: 'version'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
I'm following the install instructions on MacOS Sonoma 14.6.1 using:
% pipx install docsendto which I get:
here are the contents of the logfile: