graham / python_xid

Python Xid Implementation
MIT License
65 stars 25 forks source link

Missing typing requirement #3

Open wonderbeyond opened 6 years ago

wonderbeyond commented 6 years ago
web_1            |     from lib.flask_request_id import RequestID
web_1            |   File "/usr/share/Amidala/lib/flask_request_id.py", line 2, in <module>
web_1            |     from xid import Xid
web_1            |   File "/usr/local/lib/python2.7/site-packages/xid.py", line 15, in <module>
web_1            |     from typing import List
web_1            | ImportError: No module named typing
web_1            | [2017-10-16 03:01:43 +0000] [9] [INFO] Worker exiting (pid: 9)
graham commented 6 years ago

odd, there's a try/except explicitly to catch that: https://github.com/graham/python_xid/blob/master/xid.py#L15

maybe the pipi package is not up to date?

wonderbeyond commented 6 years ago

Yes, please make a update to pypi.

sooryranga commented 5 years ago

Please make an update to PyPi package for Python3 support. The released package still throws errors for map(ord, val).

tyrantkhan commented 5 years ago

+1 would really appreciate it :)