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

Not working with MacOS Monterey version 12.3.1 M1 chip #9

Open
kostyafarber opened this issue May 7, 2022 · 24 comments
Open

Not working with MacOS Monterey version 12.3.1 M1 chip #9

kostyafarber opened this issue May 7, 2022 · 24 comments

Comments

@kostyafarber
Copy link

Seems to be an issue with Monterey deprecated and removing Python2. Issue stems from here.

Can this workflow be re-written for Python3?

It is a headache trying to install Python2 with the new MacBooks with the M1 chips.

2022-05-07 17 06 20

@jian-cui
Copy link

same

1 similar comment
@developkz
Copy link

same

@romantech
Copy link

same problem on Monterey

@mlostekk
Copy link

mlostekk commented Jun 2, 2022

same here

@mingtian1024
Copy link

same problem
OS: macOS 12.3

@skipper17
Copy link

u can use conda or other tools install python2 and then replace all /usr/bin/python with your python2 path

@mlostekk
Copy link

u can use conda or other tools install python2 and then replace all /usr/bin/python with your python2 path

thats not an option when having an active dev environment

@CharlesHLam
Copy link

same problem Monterey 12.4

@enderwiggens
Copy link

Same here. M1 with Monterey 12.4

@quangsiDev
Copy link

same here monterey m1

@TouKaienn
Copy link

same problem

@carlmcqueen
Copy link

So, the only work around is moving this to python2 -- Is there possibility of moving this to 3 or just delete it for now? Thanks for all the work you've provided on this tool Dean, it was a huge help before apple removed python 2.

@h1alexbel
Copy link

same

@cdouglasnet
Copy link

I have been testing the active pull request by kostyafarber and it is working well for me. I have an Intel machine running MacOS 12.5 - Thanks for putting in the work to get this going again!

@kostyafarber
Copy link
Author

I have been testing the active pull request by kostyafarber and it is working well for me. I have an Intel machine running MacOS 12.5 - Thanks for putting in the work to get this going again!

No worries!

@shuifa
Copy link

shuifa commented Oct 22, 2022

same problem running on macOS 12.6

@iltaek
Copy link

iltaek commented Oct 27, 2022

Same problems with Ventura 13.0

@techouse
Copy link

techouse commented Nov 5, 2022

Facing the same issue I decided to write my own using Dart and compile it to a standalone native binary. The binary is signed and notarized by Apple. It only searches StackOverflow.

@romantech
Copy link

Facing the same issue I decided to write my own using Dart and compile it to a standalone native binary. The binary is signed and notarized by Apple. It only searches StackOverflow.

I just tried it and it works so well. Thank you!

@kostyafarber
Copy link
Author

kostyafarber commented Nov 7, 2022

FYI for anyone wanting to search more than StackOverflow my ported version is working.

@romantech good stuff on getting a working version done too!

@Producdevity
Copy link

I have been testing the active pull request by kostyafarber and it is working well for me. I have an Intel machine running MacOS 12.5 - Thanks for putting in the work to get this going again!

This works perfectly! Just make sure to git switch python-3 and everything should work if you didn't mess with your python installation/path/version

@dannypenrose
Copy link

FYI for anyone wanting to search more than StackOverflow my ported version is working.

@romantech good stuff on getting a working version done too!

Working great on Ventura 13.1 M1 mini - thank you very much

@kkew3
Copy link

kkew3 commented Aug 3, 2023

Probably a bit late. I also ported this project to python3.7 and Alfred 5, with all StackExchange sites, but with simpler design. Here's the link.

@mlostekk
Copy link

mlostekk commented Aug 3, 2023

Probably a bit late. I also ported this project to python3.7 and Alfred 5, with all StackExchange sites, but with simpler design. Here's the link.

@kkew3 its still the same behavior with your plugin

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