moom825 / Discord-RAT

Discord Remote Administration Tool fully written in Python3
240 stars 50 forks source link

Compile issue #41

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, I am trying to compile and I am getting an error File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\utils\hooks__init__.py", line 582, in get_package_paths raise ValueError(f"Package '{package}' does not exist or is not a package!") ValueError: Package 'sounddevice' does not exist or is not a package!

Can someone help me?

Navoichyk commented 2 years ago

Hi, I am trying to compile and I am getting an error File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\utils\hooksinit.py", line 582, in get_package_paths raise ValueError(f"Package '{package}' does not exist or is not a package!") ValueError: Package 'sounddevice' does not exist or is not a package!

Can someone help me?

It says right there what you’re missing. Download the sounddevice package… I used the code just the other day and it was fine