python_xid
python_xid copied to clipboard
Missing typing requirement
- Python version: 2.7.13
- xid==1.0.4
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)
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?
Yes, please make a update to pypi.
Please make an update to PyPi package for Python3 support. The released package still throws errors for map(ord, val)
.
+1 would really appreciate it :)