-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Describe the bug
While trying to install on a mac, with pip install robotframework-platynui
I get an error:
Collecting robotframework-platynui
Using cached robotframework_platynui-0.8.0.tar.gz (859 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
/bin/sh: dotnet: command not found
subprocess.CalledProcessError: Command 'dotnet tool restore -v diag' returned non-zero exit status 127.
[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.
╰─> robotframework-platynui
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Steps To Reproduce
Steps to reproduce the behavior:
- pip install robotframework-platynui
Expected behavior
succesfull install
Desktop (please complete the following information):
- PlatynUI Version [e.g. 0.9]
- RobotFramework Version 7.3.2
- OS: Apple M1 Pro: 26.1
- Python Version 3.12.5
- pip: 25.3