Unresolved dependency error when installing embulk-output-command Gem
See original GitHub issue- Write the following environmental information.
- OS version: ubuntu 16.04
- Java version: 1.8.0_201
- Embulk version: embulk 0.9.17
- Your Embulk configuration (YAML):
in:
type: file
path_prefix: /home/bitnami/workspace/capstone/capstone_project/experiments/embulk/./try1/csv/sample_
decoders:
- {type: gzip}
parser:
charset: UTF-8
newline: LF
type: csv
delimiter: ','
quote: '"'
escape: '"'
null_string: 'NULL'
trim_if_not_quoted: false
skip_header_lines: 1
allow_extra_columns: false
allow_optional_columns: false
columns:
- {name: id, type: long}
- {name: account, type: long}
- {name: time, type: timestamp, format: '%Y-%m-%d %H:%M:%S'}
- {name: purchase, type: timestamp, format: '%Y%m%d'}
- {name: comment, type: string}
out: {type: stdout}
- Plugin versions
*** LOCAL GEMS ***
bundler (1.16.0)
did_you_mean (default: 1.0.1)
embulk (0.9.17 java)
jar-dependencies (default: 0.3.10)
jruby-openssl (0.9.21 java)
jruby-readline (1.2.0 java)
json (1.8.3 java)
liquid (4.0.0)
minitest (default: 5.4.1)
msgpack (1.1.0 java)
net-telnet (default: 0.1.1)
power_assert (default: 0.2.3)
psych (2.2.4 java)
rake (default: 10.4.2)
rdoc (default: 4.2.0)
test-unit (default: 3.1.1)
- Write all what you did, e.g. your commands executed I’m following the get Quick Start instructions from the README.md on : https://github.com/embulk/embulk
Everything worked up until the “Using Plugins” section. Then when I tried to install the embulk-output-command using the following:
embulk gem install embulk-output-command
embulk gem list
I get this error:
2019-04-03 16:59:28.869 +0000: Embulk v0.9.17
Gem plugin path is: /home/bitnami/.embulk/lib/gems
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: user requested 'did_you_mean (= 1.2.0)'
I’ve tried installing several other gems and get the same error.
Also, I’m working with a teammate who is going through the same exercise on a mac, and he’s receiving the same error.
Thank you.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Installing Rails 4.2.0.beta1 - Unresolved dependency found ...
You are using RubyGems 2.4.1: $ gem -v 2.4.1. there's a bug with the newest 2.4.1 release of RubyGems (the system gem) that...
Read more >Add details for fixing unresolved dependency error to ... - GitLab
Since the gemnasiumDumpDependencies task relies on gradle to build the project, this error indicates an issue with the build.gradle file. We can ...
Read more >How do I resolve a unresolved dependency error after using ...
Basically, install Git Deploy module to add versioning details to modules .info files. Share.
Read more >'gem install' failing with unresolved dependency error using ...
Am I the only one with a failing gem install using Cocoapods 0.36.0.beta.2 and an “Unresolved dependency found during sorting” error?
Read more >Unresolved Dependencies Error When Installing Software on ...
I'm trying to install software to my Real-Time PXI Controller, and I receive the following error: Cannot continue because of the following ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, @JoeUnsung
Could you ask the embulk-input-bigquery repo about the plugin-specific questions? Probably, this issue may help.
Sure. I will move on. thanks