jonian / acestream-launcher

AceStream Launcher opens AceStream links with any Media Player
GNU General Public License v3.0
151 stars 20 forks source link

Not working on Updated Arch #3

Closed joaojotta closed 7 years ago

joaojotta commented 7 years ago

So, here I am trying to use acestream and it stopped working in the past few days. I'm on Arch (with Cinnamon) with everything up to date. Here's the error:

Traceback (most recent call last):
  File "/usr/bin/acestream-launcher", line 12, in <module>
    import notify2
ModuleNotFoundError: No module named 'notify2'

Any tips?

DylanSimowitz commented 7 years ago

pip install notify2 fixed it for me. You might have to run as root to get it to install.

joaojotta commented 7 years ago

install: missing destination file operand after 'notify2'

jonian commented 7 years ago

You have to rebuild python-notify2 from AUR. More info:

https://www.reddit.com/r/archlinux/comments/5mer2f/psa_rebuild_all_aur_packages_providing_python/

joaojotta commented 7 years ago

Thanks! I was totally lost but finally managed to do it (not a Linux expert). Thanks again!!