You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a couple dependencies making installation difficult.
lsds: not published on pypi. Only pip installable through github repository. There is already a package on pypi named lsd making publishing difficult. We also only need small portions of the library. Current solution just copies the code we need directly into the plugin, but this is not ideal. Will revisit as soon as lsd library is properly packaged
affogato: not published on pypi, only conda-forge. This makes pip installing napari-affinities difficult since if we list the dependency under install_requires it will install some other affogato found here: "https://pypi.org/project/affogato". Mildly annoying since we can't list the dependency and thus if the package is installed users will get import errors telling. Current solution is to include a more helpful message telling users to conda install affogato
The text was updated successfully, but these errors were encountered:
We have a couple dependencies making installation difficult.
lsd
making publishing difficult. We also only need small portions of the library. Current solution just copies the code we need directly into the plugin, but this is not ideal. Will revisit as soon aslsd
library is properly packagedpip
installingnapari-affinities
difficult since if we list the dependency underinstall_requires
it will install some other affogato found here: "https://pypi.org/project/affogato". Mildly annoying since we can't list the dependency and thus if the package is installed users will get import errors telling. Current solution is to include a more helpful message telling users to conda install affogatoThe text was updated successfully, but these errors were encountered: