1.点击 File->settings 2.选择 Project Interpreter,点击右边绿色的加号添加包 3.输入你想添加的...
{ "resource": "/c:/Users/praty/python/play m3.py", "owner": "_generated_diagnostic_collection_name_#2", "code": "unresolved-import", "severity": 4, "message": "unresolved import 'playsound'", "source": "Python", "startLineNumber": 1, "startColumn": 6, "endLineNumber": 1, ...
working with is a version of python 3. I type 4+4 and the return is 8 so I know that it's working as it should. VI. I restart terminal, and type in pip3 install playsound... still the same error... I just can't seem to get python to recognize that I want to play an mp3...
Pure Python, cross platform, single function module with no dependencies for playing sounds.InstallationInstall via pip:$ pip install playsoundDone.If you insist on the (slightly) harder way of installing, from source, you know how to do it already and don't need my help.The latest version...
Traceback (most recent call last): File "D:\Documents\Python\Evermore\Evermore.py", line 1, in <module> from playsound import playsound ModuleNotFoundError: No module named 'playsound' this means if I'm correct that no such module for playsound exists, EVEN THOUGH I ALREADY INSTALLED ...
Pure Python, cross platform, single function module with no dependencies for playing sounds. Installation Install via pip: $ pip install playsound Done. If you insist on the (slightly) harder way of installing, from source, you know how to do it already and don't need my help. ...