-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
im trying to setup this with sabnzbd {No module named extern} #75
Comments
This project is somewhat abandoned.; it needs a lot of work to get working properly with Python v3.x (as Python v2.x is definitely not something you want to be using these days). I think there are better alternatives out there right now though. Have you had a look at Bazarr? |
i counldnt even get bazarr to start, plus i dont use radarr or sonarr. im on 3.1.1 of sabnzbd |
I'm really sorry, 🙁 I'd love to find time and reboot this project, but I just haven't found the time. I'm glad you're using SABnzbd v3.1.1 though, that's good. I'm surprised it's working for you on Python v2.7 though (based on your error messages); I was under the understanding that it only worked using Python v3.x. Either way_, At this time_ I'm afraid I can't give you any good answer to your dilemma ... 🙁 |
bummer, oh well. any advice for bazarr i installed it but nada |
You should ask in their Discord channel; they're pretty active there and they're all great people! 👍 |
🪲 Describe the bug
im trying to setup this with sabnzbd, keep getting error about the extern as listed above.
💡 Screenshots and Logs
C:\Python27\lib\site-packages\apprise\plugins\NotifySimplePush.py:39: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.hazmat.primitives import padding
Traceback (most recent call last):
File "C:\Program Files\SABnzbd\scripts\Subliminal.py", line 416, in
from apprise import Apprise
File "C:\Python27\lib\site-packages\apprise_init_.py", line 55, in
from .Apprise import Apprise
File "C:\Python27\lib\site-packages\apprise\Apprise.py", line 29, in
from markdown import markdown
File "C:\Python27\lib\site-packages\markdown_init_.py", line 28, in
from .meta import version, version_info
File "C:\Python27\lib\site-packages\markdown_meta_.py", line 26, in
from pkg_resources.extern import packaging
ImportError: No module named extern
💻 Your System Details:
🔮 Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: