前提・実現したいこと
githubに公開されているbufrconvというpure rubyプログラムを使いたい。
https://github.com/etoyoda/bufrconv
発生している問題・エラーメッセージ
rubyのgemだと思ってコマンドプロンプトで以下を入力し
gem specific_install -l 'https://github.com/etoyoda/bufrconv.git
インストールしようとしたところ、インストールできませんでした。
エラーメッセージは以下の通りです。
エラーメッセージ git version 2.33.0.windows.2 git installing from https://github.com/etoyoda/bufrconv.git Cloning into 'C:/Users/_____/AppData/Local/Temp/d20211114-16528-njpvfa'... remote: Enumerating objects: 2100, done. remote: Counting objects: 100% (175/175), done. remote: Compressing objects: 100% (114/114), done. remote: Total 2100 (delta 113), reused 120 (delta 61), pack-reused 1925R Receiving objects: 100% (2100/2100), 966.75 KiB | 14.01 MiB/s, done. Resolving deltas: 100% (1484/1484), done. attempting ... attempting rake gemspec... rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) (See full trace by running task with --trace) attempting rake gem... rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) (See full trace by running task with --trace) attempting rake build... rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) (See full trace by running task with --trace) attempting rake package... rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) (See full trace by running task with --trace)
該当のソースコード
gem specific_install -l 'https://github.com/etoyoda/bufrconv.git'
試したこと
rakeというgemのバージョンの問題かと思いダウングレードしてからもう一度動かしましたが、同じ結果でした。
補足情報(FW/ツールのバージョンなど)
rubyを使い始めたばかりなので初歩的なミスかと思いますが、詳しい方教えていただけるとありがたいです。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/11/14 04:58 編集