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

Issue with dependencies #72

Open
ulrick65 opened this issue Feb 23, 2020 · 2 comments
Open

Issue with dependencies #72

ulrick65 opened this issue Feb 23, 2020 · 2 comments

Comments

@ulrick65
Copy link

I have not used this after upgrading my system a long while back. I wanted to start using it again, but I am getting an error that it can't find the dependencies. I am running nzbget as a system user, so I can't manually install them....however, the folder is there with them all in (git pull is up to date) but yet I still get:

Post-process-script nzb-subliminal/Subliminal.py for DownloadFile (terminated with unknown status)
INFO | Sun Feb 23 2020 13:50:22 | Subliminal: ImportError: No module named nzbget
INFO | Sun Feb 23 2020 13:50:22 | Subliminal: from nzbget import SABPostProcessScript

As a side note, any chance of getting this moved to Python 3? With so many scripts going that way now, it would be nice to get rid of Python2 completely.

Thanks.

@caronc
Copy link
Owner

caronc commented Feb 25, 2020

@ulrick65 This project has been somewhat abandoned unfortunately. There are better alternatives to it such as Bazarr for example.

As per your specific issue, you should be able to just log into your system as the root user and install the missing dependencies:

pip install  -r requirements.txt

It was to much work to always keep all of the requirements bundled together and independently updated each when there were new enhancements/bug fixes. It's so much better this way to let the actual maintainers deal with that. You only need to make sure the requirements are present once (at the start) and then it's up to you if you want to keep them updated. But all will work from there.

I do agree that Python 3.x support would be nice for sure; at this time I simply don't have the time to dive into this 😞 ; sorry. It doesn't mean it won't happen, but not any time soon ...

@ulrick65
Copy link
Author

ulrick65 commented Mar 8, 2020

Thanks for the reply, sorry it took so long for me to get back to you.

I did try to install the requirements via pip as you said, but that did not work either....still get the same error.

I had not checked out Bazarr yet...I will look into that, but it does not mention nzbGet support...does it work with nzbGet as well?

Thanks.

@caronc caronc mentioned this issue Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants