Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Feature request: Add Python3 plugins "requests" and "paramiko" #11

Closed
MiloshCZ opened this issue Oct 12, 2020 · 2 comments
Closed

Feature request: Add Python3 plugins "requests" and "paramiko" #11

MiloshCZ opened this issue Oct 12, 2020 · 2 comments

Comments

@MiloshCZ
Copy link

Hi,
I would like to use https://github.com/d-EScape/Domoticz_iDetect plugin, but Python3 plugins "requests" and "paramiko" are missing.

Is it possible to add this modules?

Thank you

@stas-demydiuk
Copy link
Owner

Since plugins folder is part of volume try to install dependencies directly to plugin's folder by doing the following:

docker exec -it <your_domoticz_container_name> sh
apt-get -y install python3-pip
cd plugins/<plugin_name>
pip3 install <your_python_module_name> -t .

@MiloshCZ
Copy link
Author

Thank you for your support. Everything is OK.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants