-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Severity
Medium
What release version, tag or commit-hash did you use?
main
Current Behavior
In the main README there is a list of examples mentioned:
All examples (except the Seat Adjuster) can be run via
cd examples
./run-app.sh -a <example-folder-name>This does not seem to be that simple, as you then get an errror on that the sdv model does not exist.
vscode ➜ /workspaces/vehicle-app-python-sdk/examples (erik_dep) $ ./run-app.sh -a array-datatype
Run native ...!
Traceback (most recent call last):
File "/workspaces/vehicle-app-python-sdk/examples/array-datatype/src/main.py", line 21, in <module>
from sdv_model import Vehicle, vehicle # type: ignore
File "/home/vscode/.local/lib/python3.10/site-packages/sdv_model/__init__.py", line 22, in <module>
from sdv.model import (
ModuleNotFoundError: No module named 'sdv'
Steps to Reproduce
- Clone the sdk repo
- Start folder in devcontainer
- In devcontainer do as stated in the documentation
Expected Behavior
App should be (built and) started
Possible Solution
Update documentation or modify so that script builds the model
Additional Information
No response
Code of Conduct
- I agree to follow this project's "Code of Conduct".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
🆕 New