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

MacOS Monterey 12.3 #173

Open
AJCrowley opened this issue Mar 16, 2022 · 2 comments
Open

MacOS Monterey 12.3 #173

AJCrowley opened this issue Mar 16, 2022 · 2 comments

Comments

@AJCrowley
Copy link

This version has removed python 2.7, and I can't seem to install it in any way through homebrew and whatnot.

Obviously, the script doesn't work on python3.

Does anyone have a workaround so I can keep running this after updating to 12.3?

Thanks!

@AJCrowley
Copy link
Author

AJCrowley commented Mar 16, 2022

Fixed:

brew install pyenv
pyenv install pypy2.7-7.3.6
pyenv global pypy2.7-7.3.6
~/.pyenv/shims/python <repo location>/NZBmegasearch/mega2.py daemon >/dev/null 2>&1 &

To autoload, I used script maker to make a self terminating app:

do shell script "sudo /Users/<user>/.pyenv/shims/python <repo location>/NZBmegasearch/mega2.py daemon >/dev/null 2>&1 &"
return

export as an application, which you can then move to your Applications folder and add to your user auto load programs in system settings. Seems to be working like a charm. It didn't want to work without the sudo for some reason, but running from the command line you don't need the sudo.

@albino1
Copy link

albino1 commented Mar 16, 2022

This thing is long abandoned, you should just switch NZBHydra like everyone else did many years ago:

https://github.com/theotherp/nzbhydra2/

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