SciKit-Surgery / scikit-surgery

SciKit-Surgery - Compact Libraries for Surgical Navigation
http://scikit-surgery.github.io/scikit-surgery/
Other
39 stars 11 forks source link

Dev meeting 11/06/2020 #56

Closed tdowrick closed 4 years ago

tdowrick commented 4 years ago

Scikit-surgeryvtk CI still not working on GitHub, Tom still investigating. scikit-surgerysurfacematch created. To do

tdowrick commented 4 years ago

@MattClarkson @thompson318

So I think I've got to the bottom of the vtk CI stuff...... and it is PySide2 related.

This travis build for Snappysonic suceeded a month ago using PySide 5.14.2.1, but when I cloned the branch it failed, having used the latest PySide version 5.15.

If I specify 5.14.2.1 in requirements.txt it works fine again. Knowing this, I should be able to fix surgeryvtk CI (and see if we can use GitHub Actions).

tdowrick commented 4 years ago

Also I found that there is a recommended way to use tox if needed, which avoids the problem we were having with different python versions:

https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#running-tests-with-tox