Help with Hassbian and Appdaemon

Good Day

I have a problem implementing python external libraries with appdaemon. I have the following, I am trying to implement a microsoft sql express system with my app daemon system, so that when I receive the last data of a column that I have, the problem I have is that when trying to call the obdc or pymssql library and freetds ( this is not imported but if I need it for the configuration of the communication), it tells me that the module does not exist and ignores me the automation.

I have my appdaemon.yaml as follows, I was checking and I saw that there was a way to export python packages to what I am new and I don’t know how to:
yaml
Thank you very much in advance

and my status shows this:

Aug 24 18:27:01 hassbian appdaemon[1403]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Aug 24 18:27:01 hassbian appdaemon[1403]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[u]***Aug 24 18:27:01 hassbian appdaemon[1403]:   File "/srv/apps/Puerta.py", line 1, in <module>***[/u]
[u]***Aug 24 18:27:01 hassbian appdaemon[1403]:     import pymssql***[/u]
[u]***Aug 24 18:27:01 hassbian appdaemon[1403]: ModuleNotFoundError: No module named 'pymssql'***[/u]
Aug 24 18:27:01 hassbian appdaemon[1403]: 2019-08-24 18:27:01.917759 WARNING AppDaemon: ------------------------------------------------------------
Aug 24 18:27:01 hassbian appdaemon[1403]: 2019-08-24 18:27:01.918108 WARNING AppDaemon: Removing associated apps:
Aug 24 18:27:01 hassbian appdaemon[1403]: 2019-08-24 18:27:01.918510 WARNING AppDaemon: abrir_puerta
Aug 24 18:27:01 hassbian appdaemon[1403]: 2019-08-24 18:27:01.918971 INFO AppDaemon: Initializing app hello_world using class HelloWorld from module Hello
Aug 24 18:27:01 hassbian appdaemon[1403]: 2019-08-24 18:27:01.971424 INFO AppDaemon: App initialization complete```

Hey @Siyey

I’m not an experienced Python developer, but maybe you can get a faster reply here https://discord.gg/AZgyDg3 (AppDaemon Discord Server)

Can you show the full log please? Maybe some of these packages require some system packages to be installed as well? Are you runnig it in docker?