This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: MACBOOK Python launcher
Type: behavior Stage: resolved
Components: macOS Versions: Python 3.8
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: ned.deily, rawadbader466, ronaldoussoren
Priority: normal Keywords:

Created on 2020-11-22 20:26 by rawadbader466, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
p.py rawadbader466, 2020-11-25 00:37
Messages (5)
msg381632 - (view) Author: Rawad Bader (rawadbader466) Date: 2020-11-22 20:26
I would like to know why when I run my script from python3.8 for the VideoCapture which it was working before the new update for MacBook. Now it runs and the camera lights green but the python launcher, not apple to opens the camera no idea why.
msg381662 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2020-11-23 09:44
Your message has not enough information to determine what's going on.

- How was Python installed?
- What version of macOS?
- Are you using an M1 system?
- Is the problem reproducible with a script that you can share?
- ...
msg381786 - (view) Author: Rawad Bader (rawadbader466) Date: 2020-11-25 00:37
I installed Python 3.8 from Python.org,  the Mac version is 11.0.1 (20B29). I have no idea before but now it doesn't work anymore. I will include the Python script here
msg381859 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2020-11-25 20:18
Thanks for the update. I cannot test this myself at the moment, my laptop does not yet run Big Sur and I'm only running it in VM's on a mac mini without a webcam. 

This might be a problem with opencv, <https://stackoverflow.com/questions/64838511/opencv-imshow-crashes-python-launcher-on-macos-11-0-1-big-sur> mentions a similar issue (with a workaround, but no clear solution)
msg381861 - (view) Author: Rawad Bader (rawadbader466) Date: 2020-11-25 20:28
Thank you so much for all your help. I just ran this command pip install opencv-python opencv-python-headless and it solves the problem.
History
Date User Action Args
2022-04-11 14:59:38adminsetgithub: 86606
2020-11-26 07:58:52ronaldoussorensetstatus: open -> closed
resolution: third party
stage: resolved
2020-11-25 20:28:21rawadbader466setmessages: + msg381861
2020-11-25 20:18:50ronaldoussorensetmessages: + msg381859
2020-11-25 00:37:37rawadbader466setfiles: + p.py

messages: + msg381786
2020-11-23 09:44:22ronaldoussorensetmessages: + msg381662
2020-11-22 20:26:17rawadbader466create