alfred-stackexchange icon indicating copy to clipboard operation
alfred-stackexchange copied to clipboard

Not working with MacOS Monterey version 12.3.1 M1 chip

Open kostyafarber opened this issue 2 years ago • 24 comments

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

kostyafarber avatar May 07 '22 07:05 kostyafarber

same

jian-cui avatar May 10 '22 10:05 jian-cui

same

developkz avatar May 30 '22 04:05 developkz

same problem on Monterey

romantech avatar May 30 '22 15:05 romantech

same here

mlostekk avatar Jun 02 '22 08:06 mlostekk

same problem OS: macOS 12.3

mingtian1024 avatar Jun 08 '22 05:06 mingtian1024

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

skipper17 avatar Jun 12 '22 01:06 skipper17

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

mlostekk avatar Jun 28 '22 17:06 mlostekk

same problem Monterey 12.4

CharlesHLam avatar Jul 17 '22 19:07 CharlesHLam

Same here. M1 with Monterey 12.4

enderwiggens avatar Jul 18 '22 18:07 enderwiggens

same here monterey m1

quangsiDev avatar Jul 24 '22 16:07 quangsiDev

same problem

TouKaienn avatar Aug 12 '22 15:08 TouKaienn

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.

carlmcqueen avatar Sep 01 '22 15:09 carlmcqueen

same

h1alexbel avatar Sep 17 '22 13:09 h1alexbel

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!

cdouglasnet avatar Sep 19 '22 18:09 cdouglasnet

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!

kostyafarber avatar Sep 20 '22 11:09 kostyafarber

same problem running on macOS 12.6

shuifa avatar Oct 22 '22 15:10 shuifa

Same problems with Ventura 13.0

iltaek avatar Oct 27 '22 13:10 iltaek

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.

techouse avatar Nov 05 '22 12:11 techouse

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!

romantech avatar Nov 06 '22 18:11 romantech

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

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

kostyafarber avatar Nov 07 '22 20:11 kostyafarber

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

Producdevity avatar Nov 29 '22 22:11 Producdevity

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

dannypenrose avatar Jan 03 '23 22:01 dannypenrose

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 avatar Aug 03 '23 02:08 kkew3

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

mlostekk avatar Aug 03 '23 06:08 mlostekk