Summary
Python 3.14.3 doesn't seem supported, so my bot doesn't run.
Reproduction Steps
- Update system (in my case, Arch linux)
- Restart
- Bot starts up, but pycord complains about not being able to run on python 3.14.3
Minimal Reproducible Code
`ERROR: Package 'py-cord' requires a different Python: 3.14.3 not in '<3.14,>=3.10'`
Expected Results
Bot to run fine, no errors or issues.
Actual Results
Bot continues to crash-loop, because pycord isn't installed (it doesn't seem to support Python 3.14.3).
Traceback (most recent call last):
File "/home/services/CorpBot.py/Main.py", line 1, in <module>
import asyncio, discord, time, sys, os, random, traceback, json
ModuleNotFoundError: No module named 'discord'
Return code: 1
Intents
N/A, this isn't my bot, nor is this related
System Information
The command doesn't exist because Pycord is not and cannot be installed.
Checklist
Additional Context
No response
Summary
Python 3.14.3 doesn't seem supported, so my bot doesn't run.
Reproduction Steps
Minimal Reproducible Code
`ERROR: Package 'py-cord' requires a different Python: 3.14.3 not in '<3.14,>=3.10'`Expected Results
Bot to run fine, no errors or issues.
Actual Results
Bot continues to crash-loop, because pycord isn't installed (it doesn't seem to support Python 3.14.3).
Intents
N/A, this isn't my bot, nor is this related
System Information
Checklist
Additional Context
No response