Could not find the reason why it doesn’t work on mac …
I do suspect a problem with travis build but to be fair I did not investigate further.
Last ‘problem’ that I’m facing that you may help with concerns the versionning / dependencies requirements. Since I’ve build the module for both ITK 4 & 5, I would like to distribute them through PyPI. I created two versions (4.x and 5.x, one from each branch - yes bad naming of the versions) but pip install
fails with ITK 4.13
, I do have to force pip install module==4.x
…
Does it come from the version numbering ? is there a ‘standard’ way to do this without forcing the upgrade to ITK v5
?
if someone have an answer it might be a good addition to the external module tuto