cvangysel / pytrec_eval

pytrec_eval is an Information Retrieval evaluation tool for Python, based on the popular trec_eval.
http://ilps.science.uva.nl/
MIT License
282 stars 32 forks source link

make a binary build for Windows #19

Open cmacdonald opened 4 years ago

cmacdonald commented 4 years ago

Would it be possible to make a binary build for Windows?

More information at: https://packaging.python.org/guides/packaging-binary-extensions/#binary-extensions-for-windows

It might be possible to use a Github action for building the release.

J-Mourad commented 4 years ago

I have a windows 10 computer, and could not install pytrec_eval. I get the following erro
Running setup.py install for pytrec-eval ... error

cmacdonald commented 4 years ago

It turned out to be more complicated, see: https://github.com/cvangysel/pytrec_eval/pull/27. That PR is waiting for a review.