hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
310 stars 60 forks source link

ImportError #105

Closed BadWizard closed 6 years ago

BadWizard commented 7 years ago

I created a fresh python 2.7 environment with conda create -n py27 python=2.7 anaconda and installed doconce in it with conda install doconce When I try doconce format html report I get this error

ImportError: dlopen(/Users/BadWizard/anaconda3/envs/py27/lib/python2.7/site packages/lxml/etree.so, 2):Library not loaded: @rpath/libicui18n.56.dylib Referenced from: /Users/BadWizard/anaconda3/envs/py27/lib/libxslt.1.dylib Reason: image not found

I am on os x yosemite. Any suggestions on how to fix this? Thanks.