Error Installing “kgio-2.9.2” Gem on Windows

后端 未结 2 1573
别跟我提以往
别跟我提以往 2021-01-14 02:41

Having problems installing the kgio gem on Windows

Using Ruby 2.1.6 32-bit & DevKit installed.

Installing kgio 2.9.2 with native extensions
Gem::         


        
相关标签:
2条回答
  • 2021-01-14 03:10

    The kgio gem is meant to run on Unix systems and doesn't have any support for Windows systems.

    0 讨论(0)
  • 2021-01-14 03:25

    Running Windows 7, this worked for me:

    rails unicorn install error with kgio 2.8.0

    platforms :ruby do gem 'unicorn' end

    0 讨论(0)
提交回复
热议问题