OctoWrt icon indicating copy to clipboard operation
OctoWrt copied to clipboard

Problem with Hue plugin install in octoprint

Open RobertHolscher opened this issue 2 years ago • 11 comments

In the octowrt on the creality wifi box, i dont get the Hue plugins installed. There are 3 plugins in the repository but all fail. What can be the cause? Is there a workaround ? Please look at the attached messages. I notice that it tries to work with Wheel, resource. Is that the problem? 63F73F02-9703-455E-810A-73920A8587E6 D2437E23-4EFB-42B5-8099-34E275D05F6B

RobertHolscher avatar Feb 23 '22 15:02 RobertHolscher

Hereby the list of the tried plugins 287FC70C-F4BE-4CDA-9A4B-38460671B96B

RobertHolscher avatar Feb 23 '22 15:02 RobertHolscher

Hereby the logfile plugin_pluginmanager_console.log

RobertHolscher avatar Feb 23 '22 15:02 RobertHolscher

the issue is with the numpy module. I don't htink mips architecture is able to build that package from source. I don't see a precompiled official package either. Only way to install that would be if we cross compile it on a different machine. I cantry crosscompiling it for you these days.

ihrapsa avatar Feb 23 '22 15:02 ihrapsa

in the meantime try executing this pip install --upgrade pip setuptools wheel then try installing that plugin again

ihrapsa avatar Feb 23 '22 15:02 ihrapsa

Thanks I will try this

Verstuurd vanaf mijn iPhone

Op 23 feb. 2022 om 16:56 heeft Iona Hrapsa @.***> het volgende geschreven:

 in the meantime try executing this pip install --upgrade pip setuptools wheel then try installing that plugin again

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

RobertHolscher avatar Feb 23 '22 16:02 RobertHolscher

Hi I tried it and it still fails to install the plugin, however not on the same place in the installer. Now it ends with the message that the plug-in fails to install, look at the log for details. I will also try the other hue plug-ins later

Kind regards Robert

Verstuurd vanaf mijn iPhone

Op 23 feb. 2022 om 16:56 heeft Iona Hrapsa @.***> het volgende geschreven:

 in the meantime try executing this pip install --upgrade pip setuptools wheel then try installing that plugin again

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

RobertHolscher avatar Feb 23 '22 18:02 RobertHolscher

can you share the logs?

ihrapsa avatar Feb 23 '22 18:02 ihrapsa

It is now sropping at download numpy plugin_pluginmanager_console 4.log

RobertHolscher avatar Feb 23 '22 23:02 RobertHolscher

is it hanging there, no error?

ihrapsa avatar Feb 23 '22 23:02 ihrapsa

Correct

RobertHolscher avatar Feb 24 '22 07:02 RobertHolscher

Build numpy will cost long time. For about one hour in raspberry pi. In Ubuntu, I will install numpy using apt-get.

duchengyao avatar May 22 '22 15:05 duchengyao