Skip to content

Fails to install on macOS now #319

Description

@kode54

Attempting to use Homebrew's Python 3.14.3 to install to a venv, it now fails:

> pip install .
Processing ./.
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting google_auth_oauthlib (from lieer==1.6)
  Using cached google_auth_oauthlib-1.2.4-py3-none-any.whl.metadata (3.1 kB)
Collecting google-api-python-client (from lieer==1.6)
  Using cached google_api_python_client-2.189.0-py3-none-any.whl.metadata (7.0 kB)
Collecting tqdm (from lieer==1.6)
  Using cached tqdm-4.67.3-py3-none-any.whl.metadata (57 kB)
Collecting notmuch2 (from lieer==1.6)
  Using cached notmuch2-0.34.3.tar.gz (45 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [23 lines of output]
      Traceback (most recent call last):
        File "/Users/chris/.lieer/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
          ~~~~^^
        File "/Users/chris/.lieer/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
          json_out["return_val"] = hook(**hook_input["kwargs"])
                                   ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/Users/chris/.lieer/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
          return hook(config_settings)
        File "/private/var/folders/nf/g1vtgs4s39q6sg_3f8f4wg3c0000gn/T/pip-build-env-9cxiby2u/overlay/lib/python3.14/site-packages/setuptools/build_meta.py", line 333, in get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=[])
                 ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/private/var/folders/nf/g1vtgs4s39q6sg_3f8f4wg3c0000gn/T/pip-build-env-9cxiby2u/overlay/lib/python3.14/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/private/var/folders/nf/g1vtgs4s39q6sg_3f8f4wg3c0000gn/T/pip-build-env-9cxiby2u/overlay/lib/python3.14/site-packages/setuptools/build_meta.py", line 520, in run_setup
          super().run_setup(setup_script=setup_script)
          ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/private/var/folders/nf/g1vtgs4s39q6sg_3f8f4wg3c0000gn/T/pip-build-env-9cxiby2u/overlay/lib/python3.14/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 3, in <module>
      FileNotFoundError: [Errno 2] No such file or directory: 'version.txt'
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'notmuch2' when getting requirements to build wheel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions