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 trialMike Anthony
3,815 Pointsjekyll 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!
2 Answers
Juan P. Prado
70,483 PointsI 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
3,815 PointsPython 2.7 install worked, thanks all.
Seth Kroger
56,413 PointsSeth Kroger
56,413 PointsIf you type 'python --version' in the cmd shell what output do you get?