workflow4metabolomics / mtbls-dwnld

4 stars 2 forks source link

Travis-CI test fails on unicode char error #5

Closed pkrog closed 6 years ago

pkrog commented 7 years ago

Travis-CI test 91 fails on unicode char error:

UnicodeEncodeError: 'ascii' codec can't encode character u'\u2018' in position 521635: ordinal not in range(128)
pkrog commented 7 years ago

Hi @lecorguille ,

Any idea about this error message? I looked at output of my script and output files, but did not find this unicode character. It looks like a Python error message, right?

lecorguille commented 7 years ago

I don't think so! Generally, this message is display because R like the character ` but not Planemo. For me, the really message is:

Error in loadNamespace(name) : there is no package called `R.utils`

But to be sure, run Planemo locally if you can and look at the web report.

pkrog commented 6 years ago

R is no more used inside this tool.