我尝试了 Transcrypt 教程中的“hello”示例,但收到以下错误消息:
bash-4.3$ transcrypt hello
Transcrypt (TM) Python to JavaScript Small Sane Subset Transpiler Version 3.9.0
Copyright (C) Geatec Engineering. License: Apache 2.0
Saving target code in:
/home/User/hello/__target__/org.transcrypt.__runtime__.js
Saving minified target code in:
/home/User/hello/__target__/org.transcrypt.__runtime__.js
Error while compiling (offending file last):
File 'org.transcrypt.__runtime__', line 0, namely:
[Errno 2] No such file or directory: 'java': 'java'
Aborted
是需要java的Google Compiler minifier导致的错误吗?有没有办法在没有 java 的情况下运行 Transcrypt?