rgerum / pylustrator

Visualisations of data are at the core of every publication of scientific research results. They have to be as clear as possible to facilitate the communication of research. As data can have different formats and shapes, the visualisations often have to be adapted to reflect the data as well as possible. We developed Pylustrator, an interface to directly edit python generated matplotlib graphs to finalize them for publication. Therefore, subplots can be resized and dragged around by the mouse, text and annotations can be added. The changes can be saved to the initial plot file as python code.
GNU General Public License v3.0
706 stars 38 forks source link

Preparing metadata error when doing pip install #41

Closed dfelikson closed 1 year ago

dfelikson commented 2 years ago

I'm trying to pip install pylustrator and getting an error (see below for output). I have macOS 12.4 and installing to a fresh conda environment.

Collecting pylustrator
  Using cached pylustrator-1.1.2-py3-none-any.whl (140 kB)
Collecting pyqt5
  Using cached PyQt5-5.15.7.tar.gz (3.2 MB)
  Installing build dependencies ... done
  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
  ╰─> [29 lines of output]
      Traceback (most recent call last):
        File "/Users/dfelikso/Software/miniconda/miniconda3/envs/pylustrator/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 156, in prepare_metadata_for_build_wheel
          hook = backend.prepare_metadata_for_build_wheel
      AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'

      During handling of the above exception, another exception occurred:

      Traceback (most recent call last):
        File "/Users/dfelikso/Software/miniconda/miniconda3/envs/pylustrator/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module>
          main()
        File "/Users/dfelikso/Software/miniconda/miniconda3/envs/pylustrator/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
        File "/Users/dfelikso/Software/miniconda/miniconda3/envs/pylustrator/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 160, in prepare_metadata_for_build_wheel
          whl_basename = backend.build_wheel(metadata_directory, config_settings)
        File "/private/var/folders/ny/tt_x0grn03z19yx_r4p_57c80000gq/T/pip-build-env-sjp7jwzq/overlay/lib/python3.10/site-packages/sipbuild/api.py", line 46, in build_wheel
          project = AbstractProject.bootstrap('wheel',
        File "/private/var/folders/ny/tt_x0grn03z19yx_r4p_57c80000gq/T/pip-build-env-sjp7jwzq/overlay/lib/python3.10/site-packages/sipbuild/abstract_project.py", line 87, in bootstrap
          project.setup(pyproject, tool, tool_description)
        File "/private/var/folders/ny/tt_x0grn03z19yx_r4p_57c80000gq/T/pip-build-env-sjp7jwzq/overlay/lib/python3.10/site-packages/sipbuild/project.py", line 584, in setup
          self.apply_user_defaults(tool)
        File "/private/var/folders/ny/tt_x0grn03z19yx_r4p_57c80000gq/T/pip-install-5_ynaead/pyqt5_22e615225c734d568c943d96994bf865/project.py", line 69, in apply_user_defaults
          super().apply_user_defaults(tool)
        File "/private/var/folders/ny/tt_x0grn03z19yx_r4p_57c80000gq/T/pip-build-env-sjp7jwzq/overlay/lib/python3.10/site-packages/pyqtbuild/project.py", line 70, in apply_user_defaults
          super().apply_user_defaults(tool)
        File "/private/var/folders/ny/tt_x0grn03z19yx_r4p_57c80000gq/T/pip-build-env-sjp7jwzq/overlay/lib/python3.10/site-packages/sipbuild/project.py", line 236, in apply_user_defaults
          self.builder.apply_user_defaults(tool)
        File "/private/var/folders/ny/tt_x0grn03z19yx_r4p_57c80000gq/T/pip-build-env-sjp7jwzq/overlay/lib/python3.10/site-packages/pyqtbuild/builder.py", line 67, 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.
rgerum commented 1 year ago

It seems to be an error with installing PyQt5. Maybe you could try to install a different version of PyQt5? I don't have a mac around to test the installation there.

rgerum commented 1 year ago

I fixed a couple of errors for the release I just published. Maybe your problem is solved now. If the problem persists feel free to open the issue again.