twmht / python-rocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
273 stars 88 forks source link

can not install with "pip install python-rocksdb" into windows anaconda #77

Open bwanaaa opened 4 years ago

bwanaaa commented 4 years ago
 cl : Command line error D8021 : invalid numeric argument '/Wextra'
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2

apparently from what I have read online (a dangerous thing), 'Wextra' is a unix compiler option but not in windows.

twmht commented 4 years ago

try to build with that from source.