-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use poetry as the main installation method for vctl install #196
Comments
schandrika
added a commit
to schandrika/volttron-core
that referenced
this issue
Aug 7, 2024
…--dev option to volttron start to use poetry correctly. Fix for issue eclipse-volttron#196
craig8
added a commit
to craig8/volttron-core
that referenced
this issue
Aug 7, 2024
Fix for issue eclipse-volttron#196. vctl should use poetry instead of pip to install agents
schandrika
added a commit
to schandrika/volttron-core
that referenced
this issue
Aug 9, 2024
… implementation of vctl install --force
craig8
pushed a commit
to craig8/volttron-core
that referenced
this issue
Aug 9, 2024
… implementation of vctl install --force
@schandrika I believe we will be done with this as soon as the --dev is done correct? |
Fixed in version 2.0.0rc0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Pip is horrible for dependency management. Our solution is to use poetry with a lock file for the virtual environment to manage the dependencies. This is especially important for developers. When installing a listener agent will break the server loading of some items. This we believe will be alleviated with the addition of poetry.
Describe the solution you'd like
We want to have poetry to be used for the addition of agents to the platform rather than pip.
The text was updated successfully, but these errors were encountered: