geoscixyz / em

Electromagnetic methods in geophysics - open educational resources.
http://em.geosci.xyz
Creative Commons Attribution 4.0 International
65 stars 65 forks source link

html version issue #344

Closed dccowan closed 7 years ago

dccowan commented 7 years ago

I am using Windows 10, and did install pip install html

It does not have method called html.escape(), which makes problem for me to compile em geosci.

For temporary fix, we could try

if sys.platform == "win32": pass else: from _ext import (make_contributorslist) make_contributorslist()

from _ext import ( make_formula_sheet, make_case_histories, checkDependencies, supress_nonlocal_image_warn )

make_formula_sheet() make_case_histories() supress_nonlocal_image_warn()

But, not sure this is a way to go...

Any ideas? @lheagy ?

lheagy commented 7 years ago

@dccowan : I would prefer not to put system-specific patches in. It is possible that you do not have the correct version of anaconda installed. Please ensure that you have anaconda installed for 32 bit windows.

sgkang commented 7 years ago

Hey @dccowan do you still have this issue?