Closed JamesABaker closed 3 months ago
Tests on Windows will need Visual C++ Build Tools if you are building from source.
We now supply wheels for Windows via PyPI (so you should be able to use these pre-built versions), and have updated the documentation http://ukhsa-collaboration.github.io/pygom/md/getting_started.html to make this more clear.
Thank you for reporting the issue.
Hi there,
I am having a bit of difficulty getting the tests to run.
Steps to reproduce:
git clone https://github.com/ukhsa-collaboration/pygom.git
✔️cd pygom
✔️conda env create -f conda-env.yml
just hung, ❌pip install -r requirements.txt
✔️python setup.py install
🚩python setup.py test
❌Setup raises the following warning:
The test yields the following error:
Alternatively, running
pytest
yields:Please let me know if this should be working, or if there is a different way of running the tests that I should try.
Thanks 😄
system info:
$ python --version
Python 3.8.3
OS: Microsoft Windows 10 Enterprise
let me know if any more info would be helpful.