Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies #5

Open
pattonw opened this issue Sep 9, 2022 · 0 comments
Open

dependencies #5

pattonw opened this issue Sep 9, 2022 · 0 comments

Comments

@pattonw
Copy link
Owner

pattonw commented Sep 9, 2022

We have a couple dependencies making installation difficult.

  1. 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
  2. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant