-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
Windows + Ruby 2.7 installation #2029
Comments
and when i put : gem install racc
A:/*\ /install_ruby/Ruby27-x64/bin/ruby.exe -I A:/\ */install_ruby/Ruby27-x64/lib/ruby/2.7.0 -r ./siteconf20200506-12312-1vqif0d.rb extconf.rb current directory: A:/*/install_ruby/Ruby27-x64/lib/ruby/gems/2.7.0/gems/racc-1.5.0/ext/racc/cparse current directory: A:/*/install_ruby/Ruby27-x64/lib/ruby/gems/2.7.0/gems/racc-1.5.0/ext/racc/cparse make failed, exit code 2 Gem files will remain installed in A://install_ruby/Ruby27-x64/lib/ruby/gems/2.7.0/gems/racc-1.5.0 for inspection. please help for it,too.thanks |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@aenad Thank you for asking this question, and I'm sorry you're having difficulties. Ruby 2.7 on Windows is supported in Nokogiri v1.11.0.rc1 and .rc2. You should be able to use these versions by adding this line to your Gemfile:
For more information, please see this issue comment: #2019 (comment) |
Hi, @flavorjones I've hit this issue recently. |
It fixes the issue that rc version of nokogiri (1.11 rc2) is not installed ref. sparklemotion/nokogiri#2029
I'm considering shipping a 1.10.x patch release which will support Ruby 2.7 on Windows. Would that meet your needs? |
@flavorjones |
This would solve my issue as well. |
v1.10.10 has been released with precompiled support for Ruby 2.7 on Windows. |
hi i inexperienced with ruby and gem and when i put "gem install rails" this message show:
ERROR: Error installing rails:
The last version of nokogiri (>= 1.6) to support your Ruby & RubyGems was 1.10.9. Try installing it with
gem install nokogiri -v 1.10.9
and then running the current command againnokogiri requires Ruby version >= 2.3, < 2.7.dev. The current ruby version is 2.7.0.0.
whereas i install nokogiri whit issues in github and when i put : "nokogiri -v", shows it:
Nokogiri (1.11.0.rc2)
and when i gem install nokogiri
ERROR: Error installing nokogiri:
The last version of nokogiri (>= 0) to support your Ruby & RubyGems was 1.10.9. Try installing it with
gem install nokogiri -v 1.10.9
nokogiri requires Ruby version >= 2.3, < 2.7.dev. The current ruby version is 2.7.0.0.
i dont know how to fix it.:(
The text was updated successfully, but these errors were encountered: