-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
On some of my machines, logger.notice just does not work. Here is how I confirm:
$ python
Python 3.12.4 | packaged by Anaconda, Inc. | (main, Jun 18 2024, 10:07:17) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from logger_tt import logger
>>> logger.notice("hi")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'ExceptionLogger' object has no attribute 'notice'
Immediately after I check my version:
$ pip install -U logger_tt
Requirement already satisfied: logger_tt in /Users/me/miniconda3/envs/env_name/lib/python3.12/site-packages (1.7.3)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels