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

grpc does not work on Fedora Linux #906

Open
jesusalc opened this issue Jan 22, 2023 · 4 comments
Open

grpc does not work on Fedora Linux #906

jesusalc opened this issue Jan 22, 2023 · 4 comments

Comments

@jesusalc
Copy link

In Linux Fedora 36 .
Using
ruby 2.7.5 grpc 4.5 works
But using
ruby 3.2.0 grpc 4.5 does not compile anymore
It needs updating.
This is the output of bundle install Fedora 36 Ruby 3.2.0

.rbenv/versions/3.2.0/lib/ruby/gems/3.2.0/gems/bundler-2.3.26/lib/bundler/worker.rb:91:in
`block (2 levels) in create_threads'

An error occurred while installing grpc (1.45.0), and Bundler cannot
continue.

In Gemfile:
  anycable-rails was resolved to 1.3.0, which depends on
    anycable was resolved to 1.2.2, which depends on
      grpc

gem grpc installs alone but not anycable-rails

@michelson
Copy link
Member

seems to be an issue from anycable gem, are you trying to use this on development or for production?

@jesusalc
Copy link
Author

development for now

@RasniNathees
Copy link

RasniNathees commented Apr 18, 2023

gem "grpc", "1.52.0" use this one in a gem file

@pierrecorsini
Copy link

Check in the logs why grpc fails. Check if that is not a RAM issue (build fails with KILLED or hanged up directly).

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

4 participants