home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.26k stars 28.47k forks source link

Minecraft server requirements not found - missing aiodns 3.0.0 #117666

Closed HeedfulCrayon closed 1 week ago

HeedfulCrayon commented 2 weeks ago

The problem

The minecraft server integration fails with the log: Setup failed for custom integration 'minecraft_server': Requirements for minecraft_server not found: ['aiodns==3.0.0']

What version of Home Assistant Core has the issue?

core-2024.5.4

What was the last working version of Home Assistant Core?

core-2024.4.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Minecraft Server

Link to integration documentation on our website

https://www.home-assistant.io/integrations/minecraft_server

Diagnostics information

Setup failed for custom integration 'minecraft_server': Requirements for minecraft_server not found: ['aiodns==3.0.0']

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Setup failed for custom integration 'minecraft_server': Requirements for minecraft_server not found: ['aiodns==3.0.0']

Additional information

No response

home-assistant[bot] commented 2 weeks ago

Hey there @elmurato, mind taking a look at this issue as it has been labeled with an integration (minecraft_server) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `minecraft_server` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign minecraft_server` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


minecraft_server documentation minecraft_server source (message by IssueLinks)

elmurato commented 2 weeks ago

Why do you run the integration as a custom integration? Please remove it and try again with the core integration. Thanks.

Tokke77 commented 1 week ago

Why do you run the integration as a custom integration? Please remove it and try again with the core integration. Thanks.

I had the same issue. I removed the custom integration and tried again with he core integration and everything works correct now. Thx.

HeedfulCrayon commented 1 week ago

Thanks for pointing that out, I didn't realize it was a custom integration I was using