nprintml
nprintml copied to clipboard
[Question]: When I run nprintml, I get the error pytz: No module named 'zoneinfo'
What's up?
When I run nprintml, I get the error pytz: No module named 'zoneinfo'
$ nprintml -L labels.txt -a pcap --pcap_dir dataset/ -4 -u -p 10
Traceback (most recent call last):
File "/home/ubuntu/.local/bin/nprintml", line 5, in
I have installed pytz. $ python -m pip install pytz Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pytz in /usr/lib/python3/dist-packages (2022.1)
How to solve this problem?
Due diligence
- [X] I have read the docs
Have you tried the docker image? Difficult to understand if this is local to your device.