Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Discord components cannot be installed #9

Open
TheVillageGuy opened this issue May 11, 2024 · 0 comments
Open

Discord components cannot be installed #9

TheVillageGuy opened this issue May 11, 2024 · 0 comments

Comments

@TheVillageGuy
Copy link

TheVillageGuy commented May 11, 2024

Apparently it is no longer being maintained and won't work with the latest python versions.

Building wheels for collected packages: discord-components Building wheel for discord-components (setup.py) ... done Created wheel for discord-components: filename=discord_components-2.1.2-py3-none-any.whl size=13695 sha256=58bb68338bff495f0de120107505149ecc7b17fbe9d76ff8f4dcfa79939d2ed9 Stored in directory: /tmp/pip-ephem-wheel-cache-uypp2hei/wheels/58/83/12/3b6e777e28c0431461e3e73c5edd8f247c71e858295a7faa12 Successfully built discord-components Installing collected packages: discord.py, discord-components Successfully installed discord-components-2.1.2 discord.py-2.0.0

trying to run:

sudo python3 main.py Traceback (most recent call last): File "/ticketbot/discord-ticket-bot-py/main/main.py", line 4, in <module> from discord_components import Button, Select, SelectOption, ComponentsBot, interaction ModuleNotFoundError: No module named 'discord_components'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@TheVillageGuy and others