-
-
Notifications
You must be signed in to change notification settings - Fork 484
Description
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
- I have searched the open issues for duplicates.
- I have shown the entire traceback, if possible.
- I have removed my token from display, if visible.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
Status
In Progress