thr3a

Results 3 comments of thr3a

I have the same error. It worked fine with [shakacode/react_on_rails](https://github.com/shakacode/react_on_rails) (Only jsbundling-rails is used and **not** webpacker.). sample code: https://github.com/thr3a/rails-with-react-sample

I had a similar error, but I solved it by installing an older version of ctranslate2. ``` pip install ctranslate2==4.4.0 ```

@animalnots Great fork repository! Thank you!