nschloe / tuna

:fish: Python profile viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run failed on Mac OS Monterey M1 Chip

abdalimran opened this issue · comments

I tried running a python script using tuna by the command python -mcProfile -o program.prof main.py. I failed running and yeilded the following error.

    from winsound import SND_LOOP
ModuleNotFoundError: No module named 'winsound'

That's unrelated to tuna. You'll get the same error when just tring to run your program normally.