Giter Site home page Giter Site logo

Error installing omniauth about omniauth HOT 7 CLOSED

omniauth avatar omniauth commented on May 13, 2024
Error installing omniauth

from omniauth.

Comments (7)

andreimoment avatar andreimoment commented on May 13, 2024

Same error over here.

from omniauth.

kepi avatar kepi commented on May 13, 2024

Same problem here, have to clone repo and build gems manualy. Dependency should be rest-client not restclient

from omniauth.

temojin avatar temojin commented on May 13, 2024

the build manually route doesn't work either. I get this during rake gems:install

== omniauth is installing gems...

(in /opt/src/ruby-sinatra/omniauth/omniauth)
rake aborted!
Could not find gem 'oa-corporate (>= 0, runtime)' in source code at /opt/src/ruby-sinatra/omniauth/oa-openid.
Source does not contain any versions of 'oa-corporate (>= 0, runtime)'
/opt/src/ruby-sinatra/omniauth/omniauth/Rakefile:3
(See full trace by running task with --trace)

from omniauth.

kepi avatar kepi commented on May 13, 2024

@termojin check last small commit in my fork of omniauth http://github.com/kepi/omniauth there is fix for oa-corporate problem

from omniauth.

jamesarosen avatar jamesarosen commented on May 13, 2024

Both the "rest-client" and "oa-corporate" issues are now fixed in the main (Intridea) fork. Thanks, kepi, for identifying the problem.

from omniauth.

sleepycat avatar sleepycat commented on May 13, 2024

I seem to be having this issue as well.

mike@sleepycat:~/projects/omniauth$ sudo gem install rest-client
Successfully installed rest-client-1.6.0
1 gem installed
Installing ri documentation for rest-client-1.6.0...
Installing RDoc documentation for rest-client-1.6.0...
mike@sleepycat:~/projects/omniauth$ sudo gem install omniauth
ERROR:  Error installing omniauth:
oa-basic requires restclient (>= 0, runtime)

I tried cloning and building the gem myself but got the same error.

from omniauth.

jamesarosen avatar jamesarosen commented on May 13, 2024

Your call to sudo gem install omniauth is still installing from Rubygems.org, not from the local source. The version that uses the right restclient dependency has not yet been pushed to Rubygems.org (see issue #21). To install from source:

cd path/to/your/projects_root_dir
git clone git://github.com/intridea/omniauth.git
gem install bundler
gem install term-ansicolor
rake dependencies:install gems:build gems:install

from omniauth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.