sr-gi/bitcoin_tools

Not compatible with windows?

what-cloud opened this issue · 3 comments

ValueError: path 'C:\Users\Administrator/bitcoin_tools/' cannot end with '/'


Failed building wheel for python-bitcoin-tools

pip install python-bitcoin-tools,

Win10, Python 3.6.2

will test again, thanks

sr-gi commented

Hey @what-cloud. The problem you're getting is because the config file is wrong. It's using '/' instead of '\', what it's the default in windows. It seems to be an error on the setup we uploaded to pypi. Have you tried building manually from source?