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

Incorrect Pybind Version in install-prereq-headers.py Script #1910

Open
pietro-sillano opened this issue Oct 9, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@pietro-sillano
Copy link

pietro-sillano commented Oct 9, 2024

Hello,

I’m compiling HooMD from source on an HPC cluster, and I encountered a potential issue.

I followed the installation guide using a Python virtual environment and ran the install-prereq-headers.py script. Since my environment didn’t have Pybind configured, the script prompted me to install it. However, the script downloaded Pybind version 2.10.1 instead of the required version 2.12 for HooMD.

I recommend updating the script (specifically around line 220) to reference the correct Pybind version (2.12).

Thanks!

Platform

Linux

Installation method

Compiled from source

HOOMD-blue version

4.8.3

Python version

3.10.12

@pietro-sillano pietro-sillano added the bug Something isn't working label Oct 9, 2024
@pietro-sillano pietro-sillano changed the title Wrong version of Pybind11 Incorrect Pybind Version in install-prereq-headers.py Script Oct 9, 2024
@joaander
Copy link
Member

joaander commented Oct 9, 2024

I recently revised the build documentation and removed install-prereq-headers.py: #1909

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants