-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named pytz #16
Comments
This command |
sudo pip install -r requirements.txt works. After that, you can generate your logs. |
Hello All, I am getting below error while executing on Amazon Linux AMI Also I am not able to install pip. Can someone help ? |
@mukscool Additionally, running the command: |
Executing this command gives:
$ python apache-fake-log-gen.py -n 100 -o GZ -s 10
Traceback (most recent call last):
File "apache-fake-log-gen.py", line 4, in
import pytz
ImportError: No module named pytz
I'm on Amazon Linux ami-0f2176987ee50226e
The text was updated successfully, but these errors were encountered: