Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Taps Load Error: no such file to load -- taps/operation #188

Closed
joshsmith opened this issue Dec 1, 2011 · 11 comments
Closed

Taps Load Error: no such file to load -- taps/operation #188

joshsmith opened this issue Dec 1, 2011 · 11 comments

Comments

@joshsmith
Copy link

I keep trying heroku db:push postgres://localhost/mydb but to no avail. I continually get an error that I need to install or update the taps gem. I have updated to 0.3.23 and am on Heroku 2.14.0.

If it helps, this is for a Node.js app, so I can't do any Ruby magic.

Any ideas would be greatly appreciated.

@JeffPaine
Copy link

I had the same issue. For me, it seemed to be related to the version of heroku that I had installed which heroku version reported as 2.14.0. I had originally installed it via the downloadable installer from heroku's website for my Mac OS X system.

I installed the gem / ruby version of the heroku client and then heroku db:push worked. I did this by:

$ sudo gem install heroku

Hope this helps.

@bhoomit
Copy link

bhoomit commented Dec 24, 2011

I'm getting the same error heroku 2.17.0, taps 0.3.23, windows + ruby 1.9.3p0 rails 3.1.3

Please help!

@ddollar
Copy link
Contributor

ddollar commented Jan 5, 2012

I believe this has to do with Rubygems not being loaded when using the toolbelt-installed version of the CLI. I'm investigating.

@ddollar
Copy link
Contributor

ddollar commented Jan 6, 2012

Please try the latest version of the toolbelt here: http://assets.heroku.com/heroku-toolbelt/heroku-toolbelt-beta.exe

@rdpfeffer
Copy link

@ddollar anything sutiable for Mac OS X 10.7?

@ddollar
Copy link
Contributor

ddollar commented Jan 10, 2012

I've since released this beta package as the normal toolbelt, so the install off of http://toolbelt.heroku.com should work.

I'm closing this issue as a duplicate of #69

@ddollar ddollar closed this as completed Jan 10, 2012
@kakubei
Copy link

kakubei commented Feb 23, 2012

This issue is still present with the latest download from Heroku of the toolbelt for OS X. I just downloaded it, installed taps, pushed and I get the same error.

Please advise.

@rawwebdesign
Copy link

Same issue.

@dipolesource
Copy link

http://img.anongallery.org/img/7/3/hello-yes-this-is-balls.jpg

rbenv, ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]

~: which heroku
/usr/bin/heroku
~: heroku version
2.24.0
~: which taps
/Users/dagnabit/.rbenv/shims/taps
~: taps version
0.3.23

@bopm
Copy link

bopm commented May 23, 2012

Uninstall Toolbelt as shown here: http://johntwang.com/blog/2011/09/13/remove-heroku-toolkit/. Install heroku gem (gem install heroku). After that heroku gem'll be use rvm/rbenv ruby version and taps problem'll be fixed.

@roryokane
Copy link

See Issue #69 – maybe it’s related.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants