madzak / python-json-logger

Json Formatter for the standard python logger
BSD 2-Clause "Simplified" License
1.7k stars 231 forks source link

Tests cannot be run locally #102

Closed matanshavit closed 1 year ago

matanshavit commented 3 years ago

Running the command python -m unittest results in the error:

from pythonjsonlogger import jsonlogger
ModuleNotFoundError: No module named 'pythonjsonlogger'