zipcodetw icon indicating copy to clipboard operation
zipcodetw copied to clipboard

Installation problem: No module named six

Open yltang52 opened this issue 4 years ago • 1 comments

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?

yltang52 avatar Mar 27 '20 08:03 yltang52

pip install six
pip install zipcodetw

Can resolve this issue temporarily. I will check it deeper but later.

moskytw avatar Mar 29 '20 07:03 moskytw