Hello,
currently im creating a Snap of my MQTT-Client Software for Smart Home IoT Devices.
The snap is also in the public Store under cubiemedia-mqtt-client (Edge)
I got the tool “cubiemedia-mqtt-client” to work (if all plugs are manually connected). It also has a WebTool for Overview and Configuration but it seems not possible to get Flask running inside the snap.
PackageNotFoundError: No package metadata was found for Flask
I found a similar problem:
- https://github.com/gonzaarcr/Fildem/issues/117
- https://github.com/serverless/serverless-python-requirements/issues/441
But i could not get it to work with the suggested solutions.
Has anyone a hint for me?