csv2json icon indicating copy to clipboard operation
csv2json copied to clipboard

Missing dependency?

Open anyalir opened this issue 11 years ago • 2 comments

I tried using csv2json, here is what i get:

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- orderedhash     (LoadError)
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /var/lib/gems/1.9.1/gems/csv2json-0.3.0/lib/csv2json.rb:4:in `<top (required)>'
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /var/lib/gems/1.9.1/gems/csv2json-0.3.0/bin/csv2json:6:in `<top (required)>'
    from /usr/local/bin/csv2json:23:in `load'
    from /usr/local/bin/csv2json:23:in `<main>'

seems like a missing dependency to me, but im no rubyist =/ any ideas?

anyalir avatar Oct 01 '14 13:10 anyalir

ah, damn, i just saw that this hasl already been answered, sorry for bothering :)

anyalir avatar Oct 01 '14 13:10 anyalir

I did a gem i orderedhash to get this working

kathgironpe avatar Feb 28 '17 06:02 kathgironpe