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

Ability to specify custom/enterprise pyPI path to install streamlit & other dependencies #1102

Open
prashao opened this issue Sep 2, 2024 · 2 comments

Comments

@prashao
Copy link

prashao commented Sep 2, 2024

The default stlite.html file currently uses https://cdn.jsdelivr.net/npm/@stlite/mountable@0.63.1/build/stlite.js to use the pyPI to install say streamlit & other packages.

Need ability to instead specify custom pyPI path

@whitphx
Copy link
Owner

whitphx commented Sep 26, 2024

Dev note: will add Stlite API to utilize this micropip option:
https://pyodide.org/en/stable/usage/loading-packages.html#installing-wheels-from-different-indexes

@whitphx
Copy link
Owner

whitphx commented Oct 6, 2024

@prashao Or you can directly specify the wheel URL in the requirements tab. Is it enough?
btw we can't change the Streamlit package origin on Stlite because Stlite is using a customized one.

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

Successfully merging a pull request may close this issue.

2 participants