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]: Outdated/Incomplete example instructions #140

Open
1 task done
erikbosch opened this issue Jul 15, 2024 · 0 comments
Open
1 task done

[Bug]: Outdated/Incomplete example instructions #140

erikbosch opened this issue Jul 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@erikbosch
Copy link
Contributor

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

  1. Clone the sdk repo
  2. Start folder in devcontainer
  3. 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".
@erikbosch erikbosch added the bug Something isn't working label Jul 15, 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
Status: 🆕 New
Development

No branches or pull requests

1 participant