Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Liquid Exception error #43

Open
ApolonHellas opened this issue Apr 9, 2016 · 5 comments
Open

Liquid Exception error #43

ApolonHellas opened this issue Apr 9, 2016 · 5 comments

Comments

@ApolonHellas
Copy link

i have no idea whats the problem [15:51:32] Using gulpfile D:\DjiJ\Documents\Web Design\jekyll-gulp-sass-browser-sync-master\gulpfile.js
[15:51:32] Starting 'sass'...
[15:51:33] Starting 'jekyll-build'...
[15:51:33] Starting 'watch'...
[15:51:33] Finished 'watch' after 43 ms
[15:51:33] Finished 'sass' after 450 ms
Configuration file: D:/DjiJ/Documents/Web Design/jekyll-gulp-sass-browser-sync-master/_config.yml
Source: D:/DjiJ/Documents/Web Design/jekyll-gulp-sass-browser-sync-master
Destination: D:/DjiJ/Documents/Web Design/jekyll-gulp-sass-browser-sync-master/_site
Incremental build: disabled. Enable with --incremental
Generating...
Liquid Exception: No such file or directory - python C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/pygments.rb-0.6.3/lib/pygments/mentos.py in D:/DjiJ/Documents/Web Design/jekyll-gulp-sass-browser-sync-master/_posts/2014-04-20-welcome-to-jekyll.markdown
done in 0.234 seconds.
Auto-regeneration: disabled. Use --watch to enable.
[15:51:34] Finished 'jekyll-build' after 1.69 s
[15:51:34] Starting 'browser-sync'...
[15:51:34] Finished 'browser-sync' after 268 ms
[15:51:34] Starting 'default'...
[15:51:34] Finished 'default' after 70 μs

@GeorgeCrisan
Copy link

Got same problem here . How can we overcome this ? Thanks

@GeorgeCrisan
Copy link

GeorgeCrisan commented May 2, 2016

After a few hours I have managed so .
First of all install python 2.7.
Then open , in windows 10(on cortana search input) , Start menu and enter Environment variables.
Go to System Properties and on the tab menu , select the third one Advanced .
On the bottom you will find Environment Variables . Click on that one .
On Path under Variable menu click Edit... button and add a new value !!! C:\Python27 to the Path variable .
Press ok and run again gulp in your command line .
This time you may be asked for redcarpet gem .
For that run gem install redcarpet in your command line and see the magic .

@ghost
Copy link

ghost commented May 31, 2016

http://stackoverflow.com/questions/37456479/error-while-running-gulp-plugin/37537914#37537914

I had the same and other problems. This is my solution, it should work.

@jovansavic
Copy link

@GeorgeCrisan You are the best!! :D

@shanesh
Copy link

shanesh commented Apr 16, 2017

@GeorgeCrisan It didnot work for me. I have installed python 2.7.13. Got following error

Liquid Exception: Failed to get header. in C:/Users/Rider/Documents/jekyll-gul
p-sass-browser-sync-master/_posts/2014-04-20-welcome-to-jekyll.markdown
jekyll 3.4.3 | Error: Failed to get header.
[09:20:49] 'jekyll-build' errored after 3.9 s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants