You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the environment failed to build, I would expect an error related to the package octave-struct that it the last new package introduced in the environment file.
Please note octave-io and octave-struct conda packages are provided by the hcc channel.
Actual behaviour
My environment failed to build and I got an error related to libffi >=3.4.2,<3.5.0a0. It is strange because libffi 3.4.2 is provided by conda-forge.
My guess is that there is something weird going on with channels (but not really sure about it).
bioconda has had success taking this approach, reducing their overall maintenance burden, and being more able to handle e.g. new architectures, platforms and runtimes
Bug description
While building an environment with this conda env file. I encountered the following error:
Expected behaviour
I would expect the environment to build without error. This is the case when removing the 2 last lines of the file
environement.yml
:If the environment failed to build, I would expect an error related to the package
octave-struct
that it the last new package introduced in the environment file.Please note
octave-io
andoctave-struct
conda packages are provided by thehcc
channel.Actual behaviour
My environment failed to build and I got an error related to
libffi >=3.4.2,<3.5.0a0
. It is strange because libffi 3.4.2 is provided by conda-forge.My guess is that there is something weird going on with channels (but not really sure about it).
How to reproduce
git clone https://github.com/plasmabio/template-octave.git
cd template-octave
jupyter-repo2docker .
binder/environment.yml
Your personal set up
The text was updated successfully, but these errors were encountered: