Bundle Install Doesn't Work
Hi guys,
I seem to be getting an error message when I run bundle install. I'm curious if any of you have had this issue before as well? I tried uninstalling bundler and reinstalling it. I tried different versions of ruby and rails. Any guidance would be appreciated it.
It also says "Unfortunately, an unexpected error occurred, and Bundler cannot continue."
Errno::EIO: Input/output error - sendfile
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:1394:in copy_stream'
block (2 levels) in copy_file'
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:1394:in
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:1393:in open'
block in copy_file'
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:1393:in
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:1392:in open'
copy_file'
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:1392:in
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:486:in copy_file'
block in cp'
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:403:in
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:1571:in block in fu_each_src_dest'
fu_each_src_dest0'
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:1587:in
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:1569:in fu_each_src_dest'
cp'
/home/stephen/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/fileutils.rb:402:in
Thanks,
Steve