Forums

Problems with Python version

So, I'm trying to create a Discord bot using discord.py, and running it from here. The issue is, discord.py doesn't work with Python 3.7 (deprecated features), so I'm installing it for 3.6. The issue is, I specify that I want to use Python3.6, but it only runs my scripts in 3.7, causing it to be unable to import the module. Could someone explain how I can run the script in Python3.6?

http://help.pythonanywhere.com/pages/SaveAndRunPythonVersion/