pytries / hat-trie

HAT-Trie for Python
MIT License
86 stars 21 forks source link

Installation in python3.6 via pip fails in 64-bit Windows #18

Open alexjfx opened 7 years ago

alexjfx commented 7 years ago

The error is as follows: cl : Command line error D8021 : invalid numeric argument '/Wno-error=declaration-after-statement' error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2

eromoe commented 6 years ago

@alexjfx , Same error, did you solve this ?? I also tried with mingw32 and vs buildtool 2017, neither work.

eromoe commented 6 years ago

I finally compiled it by mingw32, you can see https://stackoverflow.com/questions/34135280/valueerror-unknown-ms-compiler-version-1900