Closed AbigailMcGovern closed 9 months ago
ping @jni
Gah, still getting the error. For reference here's what I'm doing to test it:
python -m build .
pip install dist/iterseg-0.0.10-py3-none-any.whl
napari --plugin napari-ome-zarr path/to/platelets-image.zarr
Also .whl's are just zip files so after the build step you can just cd dist; unzip iterseg-0.0.10-py3-none-any.whl
and see whether the unet is there...
Got a meeting now but will look again later... I don't know off the top of my head why it's still not getting packaged.
Ok this commit seems informative 🤣
https://github.com/jni/platelet-unet-watershed/commit/66aab7620d2e1646e3d4d33fe85c1691c63353cb
tldr make sure you have a MANIFEST.in file and include the data
directory there.
You are probably wondering why you need to specify to include this thing in so many places, and you would be right to wonder that. 🤣 I have no earthly idea.
(And make sure you include the LICENSE file as well.)
btw this is reasonably urgent because the reviewers at some point will be testing the package and it should work! 😬
@AbigailMcGovern I don't want to merge this until the zarrs are gone. 😅
btw am I to understand that your unet is numbered YYDDMM? Because that is crazy 😂
Changes: