You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Commit 66e1859 added pytz which is later imported in setup.py. Setting up neotime on system without previously installed pytz fails:
Downloading https://files.pythonhosted.org/packages/ee/e3/55b0cc07ac244da3ce54b1e842afda8fec6785727a29bd2b1dbf7c6c7922/neotime-1.7.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-wtvi520x/neotime/setup.py", line 30, in <module>
from neotime.meta import package, version
File "/tmp/pip-build-wtvi520x/neotime/neotime/__init__.py", line 30, in <module>
from pytz import FixedOffset
ModuleNotFoundError: No module named 'pytz'
Thank you for quick fix.
The text was updated successfully, but these errors were encountered:
Commit 66e1859 added pytz which is later imported in
setup.py
. Setting up neotime on system without previously installed pytz fails:Thank you for quick fix.
The text was updated successfully, but these errors were encountered: