Running from file explorer errors, and running in vsc errors (they are both cause playsound isn’t installed) but doing pip list -v (in the same vsc console) shows:
playsound 1.3.0 C:Users—AppDataLocalPackagesPythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0LocalCachelocal-packagesPython313site-packages pip
How can i fix this?
edit: heres my code if you need it
print('rning') import socket import playsound import time locIp = socket.gethostbyname(socket.gethostname()) print(locIp, "< ur ip") locPort = 64351 en = "utf-8" byt = 2048 print('set vars') # rest of code below, not related
submitted by /u/The_idiot3
[link] [comments]
r/learnpython Running from file explorer errors, and running in vsc errors (they are both cause playsound isn’t installed) but doing pip list -v (in the same vsc console) shows: playsound 1.3.0 C:Users—AppDataLocalPackagesPythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0LocalCachelocal-packagesPython313site-packages pip How can i fix this? edit: heres my code if you need it print(‘rning’) import socket import playsound import time locIp = socket.gethostbyname(socket.gethostname()) print(locIp, “< ur ip”) locPort = 64351 en = “utf-8” byt = 2048 print(‘set vars’) # rest of code below, not related submitted by /u/The_idiot3 [link] [comments]
Running from file explorer errors, and running in vsc errors (they are both cause playsound isn’t installed) but doing pip list -v (in the same vsc console) shows:
playsound 1.3.0 C:Users—AppDataLocalPackagesPythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0LocalCachelocal-packagesPython313site-packages pip
How can i fix this?
edit: heres my code if you need it
print('rning') import socket import playsound import time locIp = socket.gethostbyname(socket.gethostname()) print(locIp, "< ur ip") locPort = 64351 en = "utf-8" byt = 2048 print('set vars') # rest of code below, not related
submitted by /u/The_idiot3
[link] [comments]