mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #269] [Bug]: Python 3.10 ImportError #166
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#166
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stephenpapierski on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/269
Originally assigned to: @maziggy on GitHub.
Bug Description
Requirements currently state "Python 3.10+ (3.11/3.12 recommended)", but trying to run on Python 3.10.12 results in
Per https://docs.python.org/3/library/datetime.html#datetime.UTC, the UTC alias was added in version 3.11
Expected Behavior
Run on Python 3.10, or docs to say Python 3.11+
Steps to Reproduce
Clone and setup
git clone https://github.com/maziggy/bambuddy.git
cd bambuddy
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run
uvicorn backend.app.main:app --host 0.0.0.0 --port 8000
Printer Model
Not printer-related
Bambuddy Version
0.1.8b
Printer Firmware Version
N/A
Installation Method
Manual (git clone)
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 5, 2026):
Fixed in branch 0.1.8b.