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

environment.yml is not cross-platform #1

Open
FlyinTeller opened this issue Sep 20, 2024 · 0 comments · May be fixed by #2
Open

environment.yml is not cross-platform #1

FlyinTeller opened this issue Sep 20, 2024 · 0 comments · May be fixed by #2

Comments

@FlyinTeller
Copy link

Your environment.yml file contains build strings and many packages that you most likely do not depend on directly, like:

  - libffi=3.4.4=h6a678d5_0
  - libgcc-ng=11.2.0=h1234567_1
  - libgomp=11.2.0=h1234567_1
  - libstdcxx-ng=11.2.0=h1234567_1
  - ncurses=6.4=h6a678d5_0

This prevents the environemnt from being solvable on e.g. windows, see also this SO post

@FlyinTeller FlyinTeller linked a pull request Sep 20, 2024 that will close this issue
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.

1 participant