takaswie / hinawa-utils

Python 3 module and scripts to handle Audio and Music units on IEEE1394 bus via libhinawa API with a help of PyGObject.
GNU Lesser General Public License v3.0
17 stars 6 forks source link

Installation error #7

Closed cdd3 closed 2 years ago

cdd3 commented 2 years ago

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

takaswie commented 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.

takaswie commented 2 years ago

Let me close it since getting no reactions.