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

Error when running make serve #334

Open
bouweandela opened this issue Jun 10, 2024 · 3 comments
Open

Error when running make serve #334

bouweandela opened this issue Jun 10, 2024 · 3 comments

Comments

@bouweandela
Copy link
Member

bouweandela commented Jun 10, 2024

When running make serve or make docker-serve, the following error is shown:

ffi-1.17.0-x86_64-linux-musl requires rubygems version >= 3.3.22, which is incompatible with the current version, 3.0.4

A workaround is to add the following lines to the file Gemfile:

# Fix for mismatched deps: https://github.com/ffi/ffi/issues/1103
gem "ffi", "< 1.17.0"
@rswamina
Copy link
Contributor

@Bouwe - I upgraded Rubygems version on my installation. Is that not the right thing to do?

@bouweandela
Copy link
Member Author

If it works, it should be fine. To make this reproducible for other users, is there some update of the environment.yml or Gemfile needed to achieve this?

By the way, my github handle is @bouweandela, @Bouwe is someone else.

@rswamina
Copy link
Contributor

Hi @bouweandela - I think this should be part of the environment.yml file or some such setting. Apologies for tagging the wrong person..I did not notice!!!

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

No branches or pull requests

2 participants