-
Notifications
You must be signed in to change notification settings - Fork 857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependency in install_prerequisites.sh #962
Comments
Can you provide more details?
With the few pieces of information given, this is hard to determine. Since the CI passes, all dependencies should be satisfied. If you can reproduce this on the CI or provide more details to reproduce this, I can have a look at this. |
Here are the issues I face when cloning and building the repository on a fresh (did nothing but install
Solved it by running
Then I ran
Then I ran
|
So what is the error? CMake tells you |
As I mentioned earlier, I indeed followed the instructions and ran the script that installs the prerequisites. The fact that the packages were not installed automatically and user needs to manually do additional installations is the issue in my opinion. |
The dependencies you installed manually are for optional features. They are only required if you use those features. Have a look at the documentation https://github.com/stevenlovegrove/Pangolin?tab=readme-ov-file#dependencies. You can install the |
I'm on a fresh Ubuntu 22.04 install, and I pulled the repository, ran
./scripts/install_prerequisites.sh recommended
. After this, trying to build was unsuccessful, I additionally installedpython3-dev python3-pip python3-venv
, and then thecmake -B build
command succeeded. I think the script needs an update.The text was updated successfully, but these errors were encountered: