Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daemon not responding CENTOS 7 #248

Closed
editRT opened this issue Apr 8, 2017 · 3 comments
Closed

daemon not responding CENTOS 7 #248

editRT opened this issue Apr 8, 2017 · 3 comments

Comments

@editRT
Copy link

editRT commented Apr 8, 2017

I'm trying to install the driver on Centos 7,
my device is Tartarus Chroma,

I got this error:

Importing device logic, waiting for daemon
ERROR: the daemon is not responding!
Try running `killall razer-service && razer-service` or rebooting. If this doesn't work, please fill an issue!

if I run razer-service i get this:

SyntaxError: Missing parentheses in call to 'print'
[davinci@dhcppc4 razercommander]$  razer-service
Traceback (most recent call last):
  File "/usr/bin/razer-service", line 9, in <module>
    from razer_daemon.daemon import daemonize
  File "/usr/lib/python3.4/site-packages/razer_daemon/daemon.py", line 20, in <module>
    import gi
  File "/usr/lib/python3.4/site-packages/gi/__init__.py", line 39
    print url
            ^
SyntaxError: Missing parentheses in call to 'print'

I'm new to linux,
I've found no solution yet,
can someone please help,
thanks,
Francesco

@z3ntu
Copy link
Member

z3ntu commented Apr 10, 2017

This project needs Python 3 which is not available on CentOS 7. If you don't really need CentOS for anything I would suggest you using basically any other distro than CentOS 😉

@terricain
Copy link
Member

Worst case you can use software collections to get python3 but they are major pita, to the point where I wont "support" the use of them (aka you'll be on your own). I know full well they'll run daemon fine, its just the hassle of running stuff in scl.

@z3ntu
Copy link
Member

z3ntu commented Apr 16, 2017

Sorry, but the daemon doesn't support Python 2 and needs Python 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants