Skip to content

ModuleNotFoundError: No module named 'pytz' #1

@gokulakshay

Description

@gokulakshay

2025-02-20 14:05:57 │ │
2025-02-20 14:05:57 │ /app/src/attctrl/main.py:16 in │
2025-02-20 14:05:57 │ │
2025-02-20 14:05:57 │ 13 ####################################################################### │
2025-02-20 14:05:57 │ 14 """ │
2025-02-20 14:05:57 │ 15 │
2025-02-20 14:05:57 │ ❱ 16 from attctrl.api import app │
2025-02-20 14:05:57 │ 17 │
2025-02-20 14:05:57 │ │
2025-02-20 14:05:57 │ /app/src/attctrl/api.py:5 in │
2025-02-20 14:05:57 │ │
2025-02-20 14:05:57 │ 2 from datetime import datetime │
2025-02-20 14:05:57 │ 3 from typing import Optional │
2025-02-20 14:05:57 │ 4 │
2025-02-20 14:05:57 │ ❱ 5 import pytz │
2025-02-20 14:05:57 │ 6 import sentry_sdk │
2025-02-20 14:05:57 │ 7 from fastapi import Depends, FastAPI, Form, HTTPException, Request, Se │
2025-02-20 14:05:57 │ 8 from fastapi.responses import HTMLResponse, JSONResponse, RedirectResp │
2025-02-20 14:05:57 │ │
2025-02-20 14:05:57 │ ╭───────────── locals ──────────────╮ │
2025-02-20 14:05:57 │ │ Optional = typing.Optional │ │
2025-02-20 14:05:57 │ │ os = <module 'os' (frozen)> │ │
2025-02-20 14:05:57 │ ╰───────────────────────────────────╯ │
2025-02-20 14:05:57 ╰──────────────────────────────────────────────────────────────────────────────╯
2025-02-20 14:05:57 ModuleNotFoundError: No module named 'pytz'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions