Closed axzolon closed 5 years ago
What is the output of python --version
? I have a feeling you're running Python 2. You'll need Python 3.
So I've switched to Python 3.7, however now I'm getting the following error
C:\Users\[user]\Downloads\discord-delete-master\discord_delete.py partial
Traceback (most recent call last):
File "C:\Users\[user]\Downloads\discord-delete-master\discord_delete.py", line 11, in <module>
from aiohttp import ClientSession
ModuleNotFoundError: No module named 'aiohttp'
You need to install the required Python modules (pip install -r requirements.txt
). Please follow one of the wiki guides.
After much work, I finally got it to work. Thank you very much.
When attempting to run the code in Powershell on Windows, I get a Syntax Error: