Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Build a Blog with Jekyll and GitHub Pages Getting Started with Jekyll Creating a Jekyll Project

Mike Anthony
Mike Anthony
3,815 Points

jekyll serve error: Liquid Exception: No such file or directory

I installed Python but still get this error when I try and run jekyll serve, any idea how to resolve?

Liquid Exception: No such file or directory - python C:/Ruby22/lib/ruby/gems/2.2.0/gems/pygments.rb-0.6.3/lib/pygments/mentos.py in _posts/2015-06-05-welcome-to-jekyll.markdown

thanks in advance!

Seth Kroger
Seth Kroger
56,413 Points

If you type 'python --version' in the cmd shell what output do you get?

2 Answers

Juan P. Prado
Juan P. Prado
69,294 Points

I was having the following error while working on Windows 8.1 with Python 3.4.2: "Liquid Exception: Failed to get header. in" I fixed it by installing Python 2.7 via the installer

Mike Anthony
Mike Anthony
3,815 Points

Python 2.7 install worked, thanks all.