question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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)

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:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
hiroyuki-satocommented, Aug 23, 2022

Hello, @JoeUnsung

Could you ask the embulk-input-bigquery repo about the plugin-specific questions? Probably, this issue may help.

0reactions
JoeUnsungcommented, Aug 24, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found