Error after Update to HA Core Update 2024.8.0 #234
-
Checklist
The problemGetting this error after updating HA Core 2024.8.0 Logger: homeassistant.setup Setup failed for custom integration 'mqtt_vacuum_camera': Requirements for mqtt_vacuum_camera not found: ['pillow==10.3.0']. What version of an integration has described problem?2024.06.3 What was the last working version of an integration?2024.06.3 What vacuum model do you have problems with?Xiaomi 1C Please firmware installed on your Vacuum.No response What type of platform you use?Intel NUC (or generic x86_64) What version of Home Assistant do you use?2024.8.0 What type of installation are you running?Home Assistant OS Logs or Errors shown in the HA snapshots (please enable the Debug Mode) text will be auto formatted to code.Logger: homeassistant.setup
Source: setup.py:269
First occurred: 8:36:14 AM (1 occurrences)
Last logged: 8:36:14 AM
Setup failed for custom integration 'mqtt_vacuum_camera': Requirements for mqtt_vacuum_camera not found: ['pillow==10.3.0']. Function, that in your opinion is creating the issue.None Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
@duffmiester intereating behavior of pip and Home Assistant. Do not understand why, but an easy fix is to change in the Manifest >=10.3.0 to 10.4.0 When I tested it in my PI it works on the beta.. and pass also the _hass_fest meaning why this "==" is coming out I don't really know. If you install the Camera 2024.08.0 might work. |
Beta Was this translation helpful? Give feedback.
-
Okay I did setup also on the main instance that never used Pillow 10.4.0 and it looks Home Assistant did boot the Camera correctly so @duffmiester sorry but you might need to update the camera too as you are running 2024.06.3 to 2024.08.0 this should solve your issue please see issiue #231 the Camera was updated accordingly. |
Beta Was this translation helpful? Give feedback.
-
@duffmiester converting this "issue" to "discussion" as it isn't I guess an issue ;) |
Beta Was this translation helpful? Give feedback.
-
Apologies, I didn't notice I was running such an old version of the camera integration. I have updated it and it is fine now. Thanks for the quick response! :-) |
Beta Was this translation helpful? Give feedback.
-
@sca075 I'm actually still having this problem after updating HA to 2024.8.1 (directly from a 2024.7.x version). I've tried redownloading the camera integration, restarting HA, restarting the HA host, and even reverting the camera integration to a v8 beta version and then back to the v8 stable. I'm at a loss as after all of that I'm still getting the same pillow version error:
Any suggestions? |
Beta Was this translation helpful? Give feedback.
Absolutely no problems @duffmiester you are always welcome to raise questions and issues here 👍