jekyll / jekyll-help

NO LONGER MAINTAINED. USE JEKYLL TALK INSTEAD.
https://talk.jekyllrb.com
146 stars 19 forks source link

unable to start on Mac OS #321

Closed AEDWIP closed 8 years ago

AEDWIP commented 8 years ago

I am newbie and do not know anything about ruby. I installed jekyll on a mac running OSx El Cap 10.11.2

$ sudo gem install jekyll

there were no problems

when I cd into my doc directory and run jeklly I get the following errors.

$$ SKIP_API=1 jekyll serve --watch Configuration file: /Users/andrewdavidson/workSpace/spark/spark.fork.git/docs/_config.yml /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:54:in require': cannot load such file -- pygments (LoadError) from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:54:inrequire' from /Users/andrewdavidson/workSpace/spark/spark.fork.git/docs/_plugins/include_example.rb:19:in <top (required)>' from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:54:inrequire' from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:54:in require' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/plugin_manager.rb:75:inblock (2 levels) in require_plugin_files' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/plugin_manager.rb:74:in each' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/plugin_manager.rb:74:inblock in require_plugin_files' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/plugin_manager.rb:73:in each' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/plugin_manager.rb:73:inrequire_plugin_files' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/plugin_manager.rb:18:in conscientious_require' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/site.rb:97:insetup' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/site.rb:49:in initialize' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/commands/build.rb:30:innew' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/commands/build.rb:30:in process' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/lib/jekyll/commands/serve.rb:26:inblock (2 levels) in init_with_program' from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in call' from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:inblock in execute' from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in each' from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:inexecute' from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:42:in go' from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:inprogram' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.1/bin/jekyll:17:in <top (required)>' from /usr/local/bin/jekyll:23:inload' from /usr/local/bin/jekyll:23:in `

'

jekyllbot commented 8 years ago

This repository is no longer maintained. If you're still experiencing this problem, please search for your issue on Jekyll Talk, our new community forum. If it isn't there, feel free to post to the Help category and someone will assist you. Thanks!