Answers for "No module named 'playsound'"

1

playsound conda

>>> from playsound import playsound
>>> playsound('/path/to/a/sound/file/you/want/to/play.mp3')
Posted by: Guest on June-08-2020
0

ModuleNotFoundError: No module named 'playsound'

{
	"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,
	"endColumn": 15
}
Posted by: Guest on February-26-2021
1

playsound

Cannot find the specified file.  Make sure the path and filename are correct.
Posted by: Guest on October-10-2020

Code answers related to "No module named 'playsound'"

Python Answers by Framework

Browse Popular Code Answers by Language