我安装了一个sketchup插件,当我运行它时,它显示以下错误:
Gem: InstallError: The 'sqlite3' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
C:/Program Files (x86)/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/defaults/operating_system.rb:12:in `rescue in block in <top (required)>'有没有人能帮我一下?
发布于 2018-04-20 03:05:30
Devtools在SketchUp的Ruby中不起作用。如果你需要一个编译过的gem,那么你需要自己用一个匹配的独立Ruby安装来编译它。然后,您必须手动将其复制到SketchUp的gem目录中。
https://stackoverflow.com/questions/49167968
复制相似问题