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

Difficulty installing locally (windows 11 & wsl) #59

Closed
Astech34 opened this issue Jul 3, 2024 · 3 comments
Closed

Difficulty installing locally (windows 11 & wsl) #59

Astech34 opened this issue Jul 3, 2024 · 3 comments

Comments

@Astech34
Copy link

Astech34 commented Jul 3, 2024

I can run PyBinding in google colab just fine, but I'm trying to install locally through pip and its having trouble building the wheel.

I've tried it first using anaconda on windows and then again with miniconda on Ubunutu WSL, and get the same error.

Here is output (for WSL)
https://pastebin.com/955p8ffd

Thanks!

@BertJorissen
Copy link
Collaborator

Pybinding (main release) is hopelessly outdated, but mainly the link with pybind11. I'm waiting for @dean0x7d to give me access to to full repo and pypi to fix this.

For the time being, you can use the development version at 'pip install pybinding-dev'.

This version uses a pre-build distribution, but there are still some issues on Mac /windows I'll sort out next week. Normally, this version should work fine if you run the 'pip install pybinding-dev --no-binary' command.

Let me know if you encounter some problems.
Best
Bert

@BertJorissen
Copy link
Collaborator

From your files, it seems that you haven't set a compiler. A new version would not really solve this. If you want to install pybinding on Linux, you also need the 'python-dev' and 'build-essential' packages which you can find on apt.

@Astech34
Copy link
Author

Astech34 commented Jul 9, 2024

Running "pip install pybinding-dev" works.

Thanks a bunch!

@Astech34 Astech34 closed this as completed Jul 9, 2024
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