-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
I've been trying to install phy for a couple hours now and keep getting the same error (below). I'm following the installation instructions on the repository. I also tried the previous method pip install phy --pre --upgrade but did not manage to install phy.
Any suggestion on how to overcome this issue?
Collecting PyQtWebEngine (from phy==2.0b5)
Using cached PyQtWebEngine-5.15.6.tar.gz (48 kB)
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
╰─> [20 lines of output]
Traceback (most recent call last):
File "/opt/anaconda3/envs/phy/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/opt/anaconda3/envs/phy/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/opt/anaconda3/envs/phy/lib/python3.8/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 "/private/var/folders/1q/x87fsmf571x62kz_721lvzdc0000gn/T/pip-build-env-jn5yiz34/overlay/lib/python3.8/site-packages/sipbuild/api.py", line 46, in build_wheel
project = AbstractProject.bootstrap('wheel',
File "/private/var/folders/1q/x87fsmf571x62kz_721lvzdc0000gn/T/pip-build-env-jn5yiz34/overlay/lib/python3.8/site-packages/sipbuild/abstract_project.py", line 87, in bootstrap
project.setup(pyproject, tool, tool_description)
File "/private/var/folders/1q/x87fsmf571x62kz_721lvzdc0000gn/T/pip-build-env-jn5yiz34/overlay/lib/python3.8/site-packages/sipbuild/project.py", line 586, in setup
self.apply_user_defaults(tool)
File "/private/var/folders/1q/x87fsmf571x62kz_721lvzdc0000gn/T/pip-build-env-jn5yiz34/overlay/lib/python3.8/site-packages/pyqtbuild/project.py", line 70, in apply_user_defaults
super().apply_user_defaults(tool)
File "/private/var/folders/1q/x87fsmf571x62kz_721lvzdc0000gn/T/pip-build-env-jn5yiz34/overlay/lib/python3.8/site-packages/sipbuild/project.py", line 237, in apply_user_defaults
self.builder.apply_user_defaults(tool)
File "/private/var/folders/1q/x87fsmf571x62kz_721lvzdc0000gn/T/pip-build-env-jn5yiz34/overlay/lib/python3.8/site-packages/pyqtbuild/builder.py", line 69, 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
Metadata
Metadata
Assignees
Labels
No labels