joinmarket-clientserver icon indicating copy to clipboard operation
joinmarket-clientserver copied to clipboard

Install error: metadata-generation-failed

Open snoopy870 opened this issue 11 months ago • 1 comments

Running ./install.sh is throwing the following error during the installation process after downloading PyQt5-5.15.11.tar.gz:

Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... error
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [25 lines of output]
      Traceback (most recent call last):
        File "/home/user/joinmarket-clientserver-0.9.11/jmvenv/lib64/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
          main()
        File "/home/user/joinmarket-clientserver-0.9.11/jmvenv/lib64/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/home/user/joinmarket-clientserver-0.9.11/jmvenv/lib64/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 152, in prepare_metadata_for_build_wheel
          whl_basename = backend.build_wheel(metadata_directory, config_settings)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-ko2y826s/overlay/lib/python3.11/site-packages/sipbuild/api.py", line 28, in build_wheel
          project = AbstractProject.bootstrap('wheel',
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-ko2y826s/overlay/lib/python3.11/site-packages/sipbuild/abstract_project.py", line 74, in bootstrap
          project.setup(pyproject, tool, tool_description)
        File "/tmp/pip-build-env-ko2y826s/overlay/lib/python3.11/site-packages/sipbuild/project.py", line 608, in setup
          self.apply_user_defaults(tool)
        File "/tmp/pip-install-m0ipigon/pyqt5_373384545afb444a831b3ad858091f97/project.py", line 68, in apply_user_defaults
          super().apply_user_defaults(tool)
        File "/tmp/pip-build-env-ko2y826s/overlay/lib/python3.11/site-packages/pyqtbuild/project.py", line 51, in apply_user_defaults
          super().apply_user_defaults(tool)
        File "/tmp/pip-build-env-ko2y826s/overlay/lib/python3.11/site-packages/sipbuild/project.py", line 237, in apply_user_defaults
          self.builder.apply_user_defaults(tool)
        File "/tmp/pip-build-env-ko2y826s/overlay/lib/python3.11/site-packages/pyqtbuild/builder.py", line 49, in apply_user_defaults
          raise PyProjectOptionException('qmake',
      sipbuild.pyproject.PyProjectOptionException
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Joinmarket was not installed. Exiting.

Python 3.11.11 pip 24.3.1

snoopy870 avatar Jan 08 '25 17:01 snoopy870

UPDATE: The error seems to occur with all versions of python on Fedora 41. I've tried to debug this but can't find the cause. It compiles fine on older versions of Fedora. This leads me to think it could be due to the Aarch64 architecture of Apple Silicon processors. I see there is a JM fork (https://github.com/kristapsk/joinmarket-clientserver/tree/github-macos-m1) but it throws the same error. Here I'm running Fedora Asahi Remix instead of MacOS.

snoopy870 avatar Jan 15 '25 15:01 snoopy870