oeg-upm / mapeathor

Translator of spreadsheet mappings into R2RML, RML or YARRRML
https://morph.oeg.fi.upm.es/tool/mapeathor
Apache License 2.0
30 stars 10 forks source link

Installing under Windows 10 #30

Closed RichDijk closed 2 years ago

RichDijk commented 2 years ago

Is Mapeathor ready to be used under Windows 10? I have some issues getting started.

anaigmo commented 2 years ago

Hi! I have not tried to run it in Windows, but Mac and Ubuntu. I suggest you try running the docker version, compatibility issues should be solved thus.

RichDijk commented 2 years ago

The issue is go_template this library is in Go and should have a Python binding under Windows. Using templates looks a strong solution; the go_templete library however in minimal and not maintained. Rewriting in another templating language should be doable.

anaigmo commented 2 years ago

Hi! I've just updated the templating language to jinja, hopefully the issue will be solved if you update the package. Thanks for the suggestion! Let me know if something else comes up.