oeg-upm / yatter

Translate YARRRML into easy-to-read [R2]RML mappings

Home Page:https://doi.org/10.5281/zenodo.7024500

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import error import yarrrml-translator => ^ SyntaxError: invalid syntax

shakeel26 opened this issue · comments

Command line version works well but in the second version where I want to use as module there is basic error in import.

import yarrrml-translator
                  ^
SyntaxError: invalid syntax(url)

Installation didn't have any issue.

Hi @shakeel26,
Thanks for using the tool. I've modified the module name, renaming it to yarrrrml_translator as module names cannot have a dash in their names. A new version (v.0.6.3) is published. Please let me know if has been solved