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

[Bug]: No error if backend dependencies are not installed #1609

Open
jvstme opened this issue Aug 22, 2024 · 2 comments
Open

[Bug]: No error if backend dependencies are not installed #1609

jvstme opened this issue Aug 22, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jvstme
Copy link
Collaborator

jvstme commented Aug 22, 2024

Steps to reproduce

  1. Install dstack without backend extras
    pip install dstack
  2. Configure a backend that does require extras
    > cat ~/.dstack/server/config.yml
    projects:
    - name: main
      backends:
      - type: aws
        creds:
          type: default
  3. dstack server

Actual behaviour

dstack ignores the backend silently.

Expected behaviour

dstack displays an error about missing dependencies for the configured backend.

dstack version

0.18.11

Server logs

[18:01:42] INFO     Applying ~/.dstack/server/config.yml...                                                                                                                                    
           INFO     The admin token is *******
           INFO     The dstack server 0.18.11 is running at http://127.0.0.1:3000

Additional information

No response

@jvstme jvstme added the bug Something isn't working label Aug 22, 2024
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Sep 22, 2024
Copy link

github-actions bot commented Oct 6, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale. Please reopen the issue if it is still relevant.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2024
@jvstme jvstme reopened this Oct 15, 2024
@github-actions github-actions bot removed the stale label Oct 16, 2024
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

1 participant