-
Notifications
You must be signed in to change notification settings - Fork 78
Qutip 5.1.1 #2118
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
Qutip 5.1.1 #2118
Conversation
b392a6b
into
emscripten-forge:emscripten-3.1.73
|
Thanks @DerThorsten ! |
|
@DerThorsten Do you have some idea of when the emscripten-3.1.73 branch might be merged and packages appear in the forge? |
|
@hodgestar the packages are already available, you just need to change the channel to For your usecase (I assume) it would be enough to change this line https://github.com/qutip/try-qutip/blob/main/lite/try-qutip-env.yaml#L4 |
|
Thanks @DerThorsten! I changed the line, and now appear to have a working build. However, importing numpy fails with: Importing the main numpy package works: The numpy version is 2.2.4. |
|
@hodgestar this can be fixen by passing the "empack" config to lite (we will fix this soon that you don't have to do this anymore)
The tests of numpy are otherwise filtered out. I can give you a cmd later today, but I am on the phone atm |
|
Using the config file from here and the following cmd should work: |
|
Thanks @DerThorsten. I might just wait for the fix if that's okay. Very happy to try it out as soon as its in. |
@hodgestar I made a new release of empack (5.0.7). |
|
@DerThorsten I added My next hurdle is that now Please shout if there is a better place to continue this issue reporting. Here is great for me, but also happy to continue somewhere more convenient for you. P.S. SciPy verison is 1.14.1: |
|
mhhh..I can import without any problems. Could you post the output of the dev-console? And maybe also the output of the jupyterlite build procedure? |
|
@hodgestar we are using zulip and have a public channel there https://quantstack.zulipchat.com/#narrow/channel/482629-Public |
|
Build output: https://github.com/qutip/try-qutip/actions/runs/14170065845/job/39691690281 And dev console output: Will move to Zulip. |
|
I need an invitation to access the Zulip server. |
|
mhhh, I check if we can make the public channel actually public. Until then we can continue here. I am trying to debug your deployment. It should be some simple fix since I can locally create working deployments. |
|
The deployment is live at https://qutip.org/try-qutip/ in case that is useful. |
|
@hodgestar when I try to run via your deployment I see a different error (in the console) We (@martinRenou and me) saw this already a couple of time but it should have been fixed...but we are investigating |
|
@hodgestar locally I create the qutip deployment via: and this seems to work without any problems |
|
@hodgestar I think I know the problem. |
|
So the problem is the following, both matplotlib and scipy compile a *.so with the name I hope this will be released in the next days. |
|
@hodgestar Using https://derthorsten.github.io/xeus-python-3.13-demo/lab/index.html |
|
Thank you @DerThorsten and @martinRenou! I rebuilt with the new A couple of small niggles:
|
|
@hodgestar entry-points should now also work for pip-installed packages (with empack >= 5.0.9) with that I get the following in my deployment |
|
It works for me too. Thanks! :D |






No description provided.