Jump to content

boto3 import fails


Panda88
Go to solution Solved by bpwwer,

Recommended Posts

Posted

hi

I get the following message after installing with a VUE3 device

 
2025-01-25 22:22:54.449 MainThread udi_interface ERROR udi_interface:write: import boto3
2025-01-25 22:22:54.449 MainThread udi_interface ERROR udi_interface:write: ModuleNotFoundError
2025-01-25 22:22:54.449 MainThread udi_interface ERROR udi_interface:write: :
2025-01-25 22:22:54.450 MainThread udi_interface ERROR udi_interface:write: No module named 'boto3'

any ideas?

Posted

did you you install the dev packages on the IoX? Some of the modules need stuff from there to work.

  • Solution
Posted

Unfortunately, because of the way Python works (and Python is what most plug-in's are written in), it sometimes needs things that are part of the development packages on the Polisy/eisy.

Most Python packages are available for the OS that the Polisy/eisy is built on in ready to be used form, but some are not and typically are available in source only form.  When they are only available in source form, they need to be compiled on the Polisy/eisy to be used.  To compile them, we need the compilers installed and they only get installed if you install the dev packages.

  • Thanks 1
Posted

No, it just builds nodes for each sensor it finds in the data from Emporia. 

You can delete the nodes from the admin console, but the plug-in will re-create them the next time it restarts.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...