-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can not install under windows #19
Comments
What's your ruby, gems, and bundler version? How are you installing it? |
hi @q9f , thanks for coming back to me. my bundle env looks like this: Environment
Bundler Build Metadata
GemfileGemfilesource 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.1.1'
gem 'rails', '~> 6.1.4', '>= 6.1.4.1'
gem 'pg', '~> 1.1'
gem 'puma', '~> 5.0'
gem 'bootsnap', '>= 1.4.4', require: false
gem 'rack-cors'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'net-smtp', require: false
gem 'net-pop', require: false
gem 'net-imap', require: false
gem 'tzinfo-data'
gem 'http'
gem 'activerecord-import'
gem 'redis'
gem 'redis-namespace'
gem 'redis-rails'
gem 'sidekiq' # https://github.com/mperham/sidekiq
gem 'sidekiq-rate-limiter' # https://github.com/enova/sidekiq-rate-limiter
gem 'sidekiq-failures' # https://github.com/mhfs/sidekiq-failures
gem 'sidekiq-cron' # https://github.com/ondrejbartas/sidekiq-cron
gem 'foreman'
gem 'openssl'
gem 'groupdate'
gem 'calculate-all', git: 'https://github.com/ankane/calculate-all'
gem 'solana_rpc_ruby' # https://github.com/Block-Logic/solana-rpc-ruby
gem 'coingecko_ruby' # https://github.com/julianfssen/coingecko_ruby
gem 'pry'
gem 'pry-theme'
gem 'awesome_print'
gem 'coderay'
gem 'pry-rails'
gem 'keccak', '~> 1.3'
gem 'eth' Gemfile.lock
i try to install the |
also tried to install it on his own (without the |
ah, and firing up WFL and running a bundle install in there works just fine.. though it still should do the trick under windows, i want to keep using my IDE for managing rails commands (server, console, etc..) and stuff |
Thank you for the additional details! I won't be able to debug and fix this as I only have access to Apple/macOS and GNU/Linux machines. If you find the cause and manage to fix this, I'd be happy to accept a PR. 🙏🏼 |
* Fix install on Windows #19 * Fix install on Windows * Fix install on Windows Co-authored-by: Afri³ <58883403+q9f@users.noreply.github.com> Co-authored-by: Afri³ <58883403+q9f@users.noreply.github.com>
Hi,
unfortunately i have to develop under windows and this gem is pulled as a dependency of the eth gem. however, installation fails with the following error:
any hint is highly appreciated. just for completeness sake, the
extconf.rb
looks fine and does not have the backslashes in the compiler options.thanks a lot!
The text was updated successfully, but these errors were encountered: