Can you please tell me how I can use the pytz
package in Python2
version?
I am trying to run one script that works under Python2 version:
┌──(root??kali)-[~/passer]
└─# python passer.py 1 ?
Traceback (most recent call last):
File "passer.py", line 33, in <module>
import pytz
ImportError: No module named pytz
I have verified that I have the package installed:
┌──(root??kali)-[~]
└─# pip list | grep pytz
pytz 2020.5
┌──(root??kali)-[~]
└─# pip3 list | grep pytz
pytz 2020.5
Can you please tell me what could be the problem? Thank you so much.
OS Kali linux 2020.2
question from:https://stackoverflow.com/questions/65896967/the-problem-is-importing-the-pytz-package-into-python