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

Generating .whl file possible? #189

Open
Dipankar1997161 opened this issue Aug 2, 2024 · 1 comment
Open

Generating .whl file possible? #189

Dipankar1997161 opened this issue Aug 2, 2024 · 1 comment

Comments

@Dipankar1997161
Copy link

Hello,

I am new to python bindings, so i had a question regarding this library. I have all the c++ files for my project, however what i now require is a .whl file for the same so i can install the python package locally into the system.

can pybind11 do it? if so it would be great to have some insights. Or if there is any other way to do so.

I really look forward to hearing from you.

@henryiii
Copy link
Collaborator

henryiii commented Aug 2, 2024

Yes. I recommend reading https://learn.scientific-python.org/development/guides/packaging-compiled/ and https://learn.scientific-python.org/development/guides/gha-wheels/ which cover this is much more detail. I'd also use github.com/pybind/scikit_build_example instead of this example as it's much simpler and easier.

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

2 participants