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

Warning at installation #179

Open
rahulpk opened this issue Jan 12, 2023 · 2 comments
Open

Warning at installation #179

rahulpk opened this issue Jan 12, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rahulpk
Copy link

rahulpk commented Jan 12, 2023

Description of the bug
A warning appears when installing that Markups is needed for the module, but it could not be found.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Install Extensions'
  2. Install 'SliverLiver'
  3. See error
@rahulpk rahulpk added the bug Something isn't working label Jan 12, 2023
@RafaelPalomar
Copy link
Collaborator

RafaelPalomar commented Jan 12, 2023 via email

@RafaelPalomar RafaelPalomar self-assigned this Jan 12, 2023
@RafaelPalomar RafaelPalomar added this to the Slicer-Liver v1.0 milestone Jan 12, 2023
@lassoan
Copy link
Contributor

lassoan commented Jan 17, 2023

If your module uses another then your module must return the name of that other module among dependencies of that module (in dependencies() method). These module dependencies are used for determining order for initializing the modules, i.e., to ensure that by the time your module looks for Markups module, the Markups module is already initialized, Markups logic is instantiated, etc..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants