Closed zhuzhzh closed 2 years ago
Just WARN ? What is the error message?
that's the complete log.
$ ./trz
Traceback (most recent call last):
File "./trz", line 5, in <module>
from trzsz.svr.recv import main
ModuleNotFoundError: No module named 'trzsz'
The js
version of trz
and tsz
is not implemented yet. It calls the python version.
You can install the python version by sudo python3 -m pip install --upgrade trzsz
.
You can develop the client with trzsz.js
, and use it with the python version of trz
and tsz
on the server.
I use
npm install trzsz
to install. it will report the error.