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

Ruby 3 - cannot load rexml/document #1260

Closed
MarcSteven opened this issue Jul 3, 2021 · 8 comments
Closed

Ruby 3 - cannot load rexml/document #1260

MarcSteven opened this issue Jul 3, 2021 · 8 comments
Labels

Comments

@MarcSteven
Copy link

I installed jazzy via homebrew and then it shows successfully.
the error as below: I use Ruby3.0.

<internal:/usr/local/lib/ruby/site_ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in require': cannot load such file -- rexml/document (LoadError)
from internal:/usr/local/lib/ruby/site_ruby/3.0.0/rubygems/core_ext/kernel_require.rb:85:in require' from /Users/a/.rvm/gems/ruby-2.0.0-p648/gems/jazzy-0.13.7/lib/jazzy/sourcekitten.rb:6:in <top (required)>'
from <internal:/usr/local/lib/ruby/s`

@johnfairh johnfairh added the help label Jul 3, 2021
@johnfairh
Copy link
Collaborator

I think there's something wrong with your installation, the gem path shouldn't have ruby-2.0.0 in it?

Jazzy does work on Ruby 3.0.0:

; ruby --version
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin20]
; jazzy -h | head -5
Usage: jazzy

Options
    -o, --output FOLDER              Folder to output the HTML docs to
; jazzy --version
jazzy version: 0.13.7
; uname -a
Darwin Johns-MBP 20.5.0 Darwin Kernel Version 20.5.0: Sat May  8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64

@MarcSteven
Copy link
Author

😂I tried to install it and then it showed it is successful.

@johnfairh
Copy link
Collaborator

I mean that your Ruby installation looks confused: study the info you posted above, it is mixing up the system Ruby 3.0.0 in /usr/local/lib with an RVM Ruby 2.0.0 in ~/.rvm.

@johnfairh
Copy link
Collaborator

I'm not sure it helps your problem, but it looks like there is a change we need to make for rexml in Ruby 3 - https://stackoverflow.com/questions/65479863/rails-6-1-ruby-3-0-0-tests-error-as-they-cannot-load-rexml.

For now you could install rexml manually or use Ruby 2.6/7.

@MarcSteven
Copy link
Author

@johnfairh I will try and then ensure the issue, but it's so weird........The same action occured on two machines, but only one has problem.

@MarcSteven
Copy link
Author

The solution as blow:
gem install rexml

and then all is okay..

@johnfairh
Copy link
Collaborator

Keeping open to remind me to update the gemspec to include rexml as part of Ruby 2.6 requirement.

@johnfairh johnfairh reopened this Jul 6, 2021
@johnfairh johnfairh changed the title cannot load this file when I execute the command "jazzy -h" Ruby 3 - cannot load rexml/document Jul 6, 2021
@johnfairh johnfairh added bug and removed help labels Jul 6, 2021
@johnfairh
Copy link
Collaborator

Fixed by #1264 in master.

lawrence-forooghian added a commit to ably/ably-asset-tracking-swift that referenced this issue Oct 12, 2022
This is to fix the following error when running `bundle exec jazzy` in
CI:

> `require': cannot load such file -- rexml/document

I believe that it was introduced after GitHub’s switch to macOS 12
runners (actions/runner-images#6384), which
bumps the default Ruby version from 2.7 to 3.0. The error was fixed in realm/jazzy#1260.
lawrence-forooghian added a commit to ably/ably-asset-tracking-swift that referenced this issue Oct 13, 2022
This is to fix the following error when running `bundle exec jazzy` in
CI:

> `require': cannot load such file -- rexml/document

I believe that it was introduced after GitHub’s switch to macOS 12
runners (actions/runner-images#6384), which
bumps the default Ruby version from 2.7 to 3.0. The error was fixed in realm/jazzy#1260.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants