-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error : "Could not find gem 'hpricot', required by 'remit', in any of the sources" #9
Comments
What does your |
Gemfile.lock GEM PLATFORMS DEPENDENCIES What should I change in this file? |
It looks like |
when I run the command bundle, it stops at 'hpricot' installation. Let me give you the errors which are occurring: C:\My Data\test_remit_fps>bundle
checking for stdio.h... *** extconf.rb failed *** Provided configuration options: Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/hpricot-0 Yet I have successfully installed 'hpricot' gem by command : gem install hpricot --platform=mswin32 |
I really don't know much about Windows, but try adding this line to your
|
when I am trying to run server it gives me the following error: "Could not find gem 'hpricot', required by 'remit', in any of the sources"
Installed gems:
1)relax (0.0.7)
2)remit (2.0.1)
3)hpricot (0.8.4 i386-mswin32)
Platform: windows 7 with Rails 3.0.5, Ruby192
I have included the statement " gem 'remit' " in my Gemfile.
What should I do?
The text was updated successfully, but these errors were encountered: