Nuix / Language-Translation-Integration

A script which integrates with third-party translation services like Google Cloud Translation or Microsoft Cognitive Services, providing a way to translate text of items in a Nuix case
Apache License 2.0
1 stars 1 forks source link

Easy_translate gem won't install in Nuix Workstation 8.2 #1

Open skusa108 opened 4 years ago

skusa108 commented 4 years ago

Trying to install the easy_translate gem in Nuix 8.2 results in the error:

uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1: warning: It seems your ruby installation is missing psych (for YAML output).

The issue seems to be a problem with the bundled jruby 9.2.7.0. Swapping the bundled jruby .jar files to version 9.2.0.0 fixes the problem - although I don't know if it is going to break other features.