Following a new installation on Apple M1.
Ruby 3.1.0
I get this error whenever running a BLAST.
FATAL JobRemover: #<Psych::DisallowedClass: Tried to load unspecified class: SequenceServer::BLAST::Job>
Any solution?
Thanks.
Following a new installation on Apple M1.
Ruby 3.1.0
I get this error whenever running a BLAST.
FATAL JobRemover: #<Psych::DisallowedClass: Tried to load unspecified class: SequenceServer::BLAST::Job>
Any solution?
Thanks.
Hello Dror,
thanks for the message. I can confirm that on my M1 Mac, using the OS’s built-in ruby 2.6.8, the app works fine. So perhaps the issue you are facing arises due to a new incompatibility with 3.1.
Kind regards,
Yannick
yannicks-mbp ➜ which ruby
/usr/bin/ruby
yannicks-mbp ➜ ruby -v
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
Thank you Yannick,
Uninstalled the 3.1.0 and used the built-in ruby 2.6.8 as suggested.
Problem is solved - now it works.
Best Regards,
Dror