Closed cdd3 closed 2 years ago
Hi,
Hello, I'm trying to install this library so I can build the snd-firewire-ctl-services package. when I run cargo install I'm getting the following error. What am I doing wrong?
$ git clone https://github.com/takaswie/hinawa-utils.git $ cd hinawa-utils/ $ chmod u+x setup.py $ ./setup.py import-im6.q16: unable to open X server ' @ error/import.c/ImportImageCommand/346. ./setup.py: line 6: syntax error near unexpected token (' ./setup.py: line 6: `with open("README", "r") as fh:'
Thanks, David
Thanks for your filing the issue.
I've never seen such error for installation of hinawa-utils, however included scripts are just available by direct execution without the installation as long as your system has libhinawa and PyGObject.
By the way, what to install for snd-firewire-ctl-services is libhinawa? It seems to have any misunderstanding about dependencies.
Cheers.
Let me close it since getting no reactions.
Hello, I'm trying to install this library so I can build the snd-firewire-ctl-services package. when I run cargo install I'm getting the following error. What am I doing wrong?
$ git clone https://github.com/takaswie/hinawa-utils.git $ cd hinawa-utils/ $ chmod u+x setup.py $ ./setup.py import-im6.q16: unable to open X server ' @ error/import.c/ImportImageCommand/346. ./setup.py: line 6: syntax error near unexpected token (' ./setup.py: line 6: `with open("README", "r") as fh:'
Thanks, David