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

Solve git subfolder dependency install of dkmanager_worker #208

Open
Benvii opened this issue Sep 17, 2022 · 0 comments
Open

Solve git subfolder dependency install of dkmanager_worker #208

Benvii opened this issue Sep 17, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Benvii
Copy link
Member

Benvii commented Sep 17, 2022

With setup.cfg I didn't find anyway to install dependency package present inside a git subdirectory. We should probably try to move to the modern pyproject.toml configuration files.

Actually what work for this dependency is :

pip install -e "git+https://github.com/mdl29/donkeycarLPH.git@main#egg=dkmanager_worker&subdirectory=dkmanager_worker"

And it was added to backend/Readme.md and mycar ansible tasks.

The objective of this ticket is to find a better way to handle this dependency without having to run pip individually.

@Benvii Benvii added the enhancement New feature or request label Sep 17, 2022
@Benvii Benvii added this to the V2 - IA for everyone milestone Sep 17, 2022
@Benvii Benvii self-assigned this Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant