-
Notifications
You must be signed in to change notification settings - Fork 52
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
Some conda-forge
Packages missing from repo.mamba.pm/conda-forge
Channel
#460
Comments
That is not correct, you can actually use the official conda-forge channel if you want in combination with the emscripten-forge one. https://repo.mamba.pm/conda-forge is just a mirror that gets updated from time to time. Feel free to use the official conda-forge channel :) |
Ah, I see! I would just like to make sure the conda environment file is explicit about which packages have to be installed from emscripten-forge and which ones can be taken from conda-forge. I think we'll go with something along the lines of:
|
I'm not sure you need to be very specific about the channel. The channel emscripten-forge being the first in the list, it will have priority over what's in conda-forge. Only no-arch packages can be pulled from conda-forge, if you try to install other packages like NumPy from conda-forge it will complain saying that NumPy is not installable on the emscripten-32 platform. |
Is NumPy not available on emscripten-32? https://beta.mamba.pm/channels/emscripten-forge/packages/numpy |
it should be available ( all versions you see at https://beta.mamba.pm/channels/emscripten-forge/packages/numpy are for emscripten-32) |
I highlighted the important part of my comment :) What I meant is that you don't really need to be specific, your packages will be pulled from the right channel automatically. |
I see - many thanks, this is clear now! |
I got the same issue - the latest pip in https://repo.mamba.pm/conda-forge does not support Python 3.12. The README is confusing. Lines 15 to 22 in f0d72a4
|
Out of our many Brightway conda-forge packages (eg.
bw2data
,bw2io
,bw2calc
, etc.) onlybw2parameters
andbw2speedups
are available at beta.mamba.pm/channels/conda-forge:My understanding is that I can't install packages from the default
conda-forge
channel during the build process of the xeus-python + JupyterLite hub, instead having to rely on the https://repo.mamba.pm/conda-forge channel.If this is correct, how can I add our remaining packages?
The text was updated successfully, but these errors were encountered: