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

Error starting app! on All together now section of site #218

Open
mklimstra opened this issue Oct 1, 2024 · 6 comments
Open

Error starting app! on All together now section of site #218

mklimstra opened this issue Oct 1, 2024 · 6 comments

Comments

@mklimstra
Copy link

mklimstra commented Oct 1, 2024

https://shiny.posit.co/py/docs/user-interfaces.html#all-together-now

@gadenbuie
Copy link
Contributor

Thanks for reporting! We're getting this error:

ValueError: Can't find a pure Python 3 wheel for 'statsmodels!=0.14.2,>=0.12'.
See: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package
You can use `await micropip.install(..., keep_going=True)` to get a list of all packages with missing wheels.

which results from ridgeplot removing statsmodels==0.14.2, but which we have bundled in the last release of shinylive.

@wch
Copy link
Contributor

wch commented Oct 1, 2024

I filed an issue on pyodide to update statsmodels from 0.14.2 to 0.14.3: pyodide/pyodide#5093

However, I think this will be a nontrivial task because that version of statsmodels wants an updated version of numpy and scipy.

@agriyakhetarpal
Copy link

agriyakhetarpal commented Oct 2, 2024

Thanks for the cross-link! statsmodels 0.14.3 already works, so we just need to merge pyodide/pyodide#5058; I'll do it as soon as possible (side note: we support SciPy v1.14.1 already and NumPy v2 is in progress).

@gadenbuie
Copy link
Contributor

@wch
Copy link
Contributor

wch commented Oct 4, 2024

Great! Hopefully there will be a new release of Pyodide soon.

@agriyakhetarpal
Copy link

Yes, it's quite close. We expect to release 0.27 stable by the middle of October.

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

4 participants