-
Notifications
You must be signed in to change notification settings - Fork 69
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
Problem while installing pybinding #61
Comments
use Please also take in mind that the recent matplotlib version does not work with I only support python Please let me know if this works. |
As per your suggestion, I installed pybinding-dev instead of pybinding, which worked well. However, I actually want to install and use the BerryEasy package, but it appears to have a dependency on pybinding. When I try to install BerryEasy, it fails due to the missing pybinding dependency. Unfortunately, it seems that BerryEasy does not recognize pybinding-dev as a suitable replacement. Could you please provide guidance on how to proceed with installing and using BerryEasy given that I have pybinding-dev installed? Is there a workaround or a specific way to configure BerryEasy to work with pybinding-dev or install it without pybinding ? |
you can first install pybinding with |
Also, there is support for the wavefunction and Berry phase in pybinding now, see https://bertjorissen.github.io/pybinding/tutorial/wavefunction.html (work in progress) |
Thank you. That works perfectly. :) |
I had the same issue for a new Anaconda+Spyder install on my M2 Mac. I tried too many things before looking here in the GitHub. Can you please add this suggestion in the main pybinding installation docs. |
Just install using 'pip install pybinding-dev'. You can find some small changes in the documentation, but mostly the API updates, on bertjorissen.github.io/pybinding . If you use the above version, please cite the 'Moldovan 2020' release as written in the docs and also the following paper: https://scipost.org/SciPostPhysCore.7.1.004 . Unfortunately, academia doesn't care that much about maintaining code. I'm doing this for the last few years as volunteering work, but the whole academic system does not care. I'm now at the end of my own research project. If they are not going to find a solution for the problems with pybinding, it will die in a few years due to broken dependencies. |
I am trying to install the package on Windows 11. Even I tried to install it on Ubuntu, I am still getting the same error.
I have ->
Python 3.10.11
cmake version 3.30.1
visual studio 2022 17.10.5
and others as well....
Please provide a possible resolution to this issue or provide an alternate way to install the package. Thank you.
The text was updated successfully, but these errors were encountered: