-
Notifications
You must be signed in to change notification settings - Fork 14
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
Build environment vs Environment.yml and finding out which packages are causing issues #37
Comments
Yeah 👍🏽
I would say: packages loaded in the xeus-python kernel.
Not aware of this issue. Through pip or conda/mamba is fine I guess? I would not be so worried about performance at this stage, but if you're thinking about it, adding a pip install command just for that one package will make your install slower, I would install it throught conda/mamba like the rest.
You can use (should use?) |
Update 1: The following packages have issues:
Many thanks Martin , that was extremely helpful insight. Although I put in a generic ask on the Jupyterlite page I was wondering perhaps you could suggestions for improving my deployment. I am wanting to figure out which packages might be possibly causing warnings & errors on my browser console. For instance maybe its openpyxl or something and I would just remove it on my end. You can have a look at my repo here just off the demo ie.
|
Could you please explain why packages need to be in the build environment and which in the environment.yml ?
My understanding right now is that
build-environment.yml
= extensions you want enabled in the jupyter lite build stageEnvironment.yml
= packages you want to be preloaded on your jupyterlite pageon my custom demo page Link here
When I was running the ci-cd pipeline it threw up also a warning for libarchive-c ; from an optimization perspective is it recommended to do this via pip like above ?
Is it recommended to use repo.mamba for the second channel or just simple conda-forge ?
vs
The text was updated successfully, but these errors were encountered: