Error: "pybind11" must be installed before running the build.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 494
- Forks
- 472
- PR merge metrics
- No merged PRs in 30d
Description
hello team,
i tried to install GrovePi with the Detailed Directions
but the script bash ./update_grovepi.sh
does exit with an error:
"Error: "pybind11" must be installed before running the build.
error: setup script exited with 1"
i tried with the official guide for installing pybind11
but this did not help.
also i tried
curl -kL dexterindustries.com/update_grovepi | bashcurl -kL dexterindustries.com/update_grovepi | bash -s -- --bypass-gui-installation
same error for both..
i am on
$ uname -a
Linux MYS-RPI 5.15.84-v7l+ #1613 SMP Thu Jan 5 12:01:26 GMT 2023 armv7l GNU/Linux
$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
currently i have no idea what i am doing wrong - or if it is really a incompatible os version i am using?
iam open for any tips & ideas ;-)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with bash ./update_grovepi.sh on the reported Raspberry Pi and Raspbian versions. Inspect update_grovepi.sh and the pybind11 installation/build output to determine why the dependency is not detected; done means the documented update command completes without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, linux, python, raspberry-pi
- Domain
- build-system, embedded-iot
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100