Skip to content
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

pybind11-dev package is ignored on Ubuntu 22.04 #8109

Open
ypapadop-amd opened this issue Apr 25, 2024 · 0 comments
Open

pybind11-dev package is ignored on Ubuntu 22.04 #8109

ypapadop-amd opened this issue Apr 25, 2024 · 0 comments

Comments

@ypapadop-amd
Copy link

Ubuntu 22.04.4 LTS has pybind11 2.9.1.

The xrtdeps.sh script ignores that because the major version is less than 23:

elif [ $FLAVOR == "ubuntu" ] && [ $MAJOR -ge 23 ]; then

If someone has pybind11-dev already installed, this can clobber their environment.

Possible solutions:

  1. Check the minor version of Ubuntu as well.
  2. Check if pybind is already installed
  3. Install pybind via pip install --user to ~/.local
  4. Tell the user to explicitly install pybind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant