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

Import issue in openrazer-daemon #637

Closed
muesli opened this issue Aug 9, 2018 · 5 comments
Closed

Import issue in openrazer-daemon #637

muesli opened this issue Aug 9, 2018 · 5 comments
Labels

Comments

@muesli
Copy link

muesli commented Aug 9, 2018

Running Arch, having openrazer-daemon 2.3.1-2 from AUR installed, I get this error when trying to start it:

Traceback (most recent call last):
  File "/usr/bin/openrazer-daemon", line 11, in <module>
    from openrazer_daemon.daemon import RazerDaemon, __version__
ModuleNotFoundError: No module named 'openrazer_daemon'
@z3ntu
Copy link
Member

z3ntu commented Aug 9, 2018

Did you rebuild the openrazer packages after the latest python update (3.6.something -> 3.7.something)? You can get a list what you have to rebuild with pacman -Qo /usr/lib/python3.6/site-packages/

@muesli
Copy link
Author

muesli commented Aug 9, 2018

Thanks, that solved it! I wasn't aware manual interaction is required in such a situation. Maybe that's something for the FAQ until official packages have been adopted widely?

@muesli muesli closed this as completed Aug 9, 2018
@z3ntu
Copy link
Member

z3ntu commented Aug 9, 2018

Well this is one of the reason you should know what you are doing when you are using the AUR. :)

@z3ntu z3ntu added the support label Aug 9, 2018
@muesli
Copy link
Author

muesli commented Aug 9, 2018

Fair enough, but if that means you need to know the ins & outs of all the involved languages, dependencies and components, I pretty much doubt anyone's qualified enough to use the AUR ;-)

Since Razer's official page is linking to the AUR, I'd still appreciate a note / remark there.

@z3ntu
Copy link
Member

z3ntu commented Aug 9, 2018

The only thing you need to know for python AUR packages is exactly that path change with all major python versions. Perl packages also need something similar. And for normal C++ stuff you'll notice when some application says that it can't find some .so file, then you gotta rebuild.

What official page from Razer..? Could you link that for me?

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

No branches or pull requests

2 participants