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] Dev container doesn't install all package needed for development at local #702

Closed
KentHsu opened this issue Apr 27, 2024 · 0 comments · Fixed by #703
Closed

[Bug] Dev container doesn't install all package needed for development at local #702

KentHsu opened this issue Apr 27, 2024 · 0 comments · Fixed by #703
Labels
kind/bug Something isn't working
Milestone

Comments

@KentHsu
Copy link
Contributor

KentHsu commented Apr 27, 2024

Expected Behavior

When developing python-dsk with dev container, all packages should be installed after container starts running and developers can develop and test in container at local easily.

Actual Behavior

Only part of the tests show up and lots of ModuleNotFoundError in the error logs.

image

Steps to Reproduce the Problem

Run python-sdk in VSCode with dev container. Check VSCode testing tab and error logs.

Release Note

RELEASE NOTE: FIX .devcontainer.json configuration

@KentHsu KentHsu added the kind/bug Something isn't working label Apr 27, 2024
@berndverst berndverst added this to the v1.14 milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants