zipcodetw
zipcodetw copied to clipboard
Installation problem: No module named six
I tried to install zipcodetw, however, the installation failed due to No module named 'six'
even if there is six
in my requirements.txt
. The code causing the problem is at line 7 of util.py
. Is there any solution?
pip install six
pip install zipcodetw
Can resolve this issue temporarily. I will check it deeper but later.