mattcar15 / bambu-connect

Connect to the stats, controls, and camera of your bambu printer
Other
47 stars 8 forks source link

package does not pull in moviepy #10

Open praetp opened 3 months ago

praetp commented 3 months ago
pip install bambu-connect
Defaulting to user installation because normal site-packages is not writeable
Collecting bambu-connect
  Downloading bambu_connect-0.2.1-py3-none-any.whl.metadata (2.4 kB)
Collecting paho-mqtt (from bambu-connect)
  Downloading paho_mqtt-2.1.0-py3-none-any.whl.metadata (23 kB)
Downloading bambu_connect-0.2.1-py3-none-any.whl (8.8 kB)
Downloading paho_mqtt-2.1.0-py3-none-any.whl (67 kB)

For some reason the moviepy is not installed (even though it is present in the requirements.txt)

mattcar15 commented 3 months ago

Is this causing a build error after? I'm a bit confused by your output here cause that's only a partial output from pip

praetp commented 3 months ago

It is needed for the examples. I think you just need to release a new version.

mattcar15 commented 3 months ago

I release 0.3.0 yesterday, but it shouldn't have any impact on the dependency, it's been there since the start