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

Plugin list should install external as pip install --user #742

Closed
AndresOrtegaGuerrero opened this issue May 22, 2024 · 0 comments · Fixed by #744
Closed

Plugin list should install external as pip install --user #742

AndresOrtegaGuerrero opened this issue May 22, 2024 · 0 comments · Fixed by #744
Assignees
Labels
bug Something isn't working

Comments

@AndresOrtegaGuerrero
Copy link
Member

AndresOrtegaGuerrero commented May 22, 2024

When working on the materials cloud server,
if the external plugin gets install as pip install --user , if the server is restart it doesnt find the external plugin as installed

def install_package(package_name, pip, github, output_container, message_container, install_btn, remove_btn, accordion, index):
if pip:
command = ["pip", "install", pip]
else:
command = ["pip", "install", "git+" + github]

@AndresOrtegaGuerrero AndresOrtegaGuerrero added the bug Something isn't working label May 22, 2024
@superstar54 superstar54 self-assigned this May 23, 2024
@superstar54 superstar54 linked a pull request May 23, 2024 that will close this issue
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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants