我尝试了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 compilier小型机引起的吗?在没有java的情况下,有没有办法运行Transcrypt?
发布于 2021-07-09 08:07:16
https://stackoverflow.com/questions/68313288
复制相似问题