#Module 'interactions' not listed

1 messages · Page 1 of 1 (latest)

wicked zephyr
#

When I add discord-py-interactions (or direct git to v5) to my `requirements.txt and then

import interactions

my IDE (IntelliJ) says

Package containing module 'interactions' is not listed in the project requirements

Is this an IDE problem or something I can fix in code (or an issue with the package)?

timber wyvern
#

interactions cannot be downloaded using pip for the moment, it's still in beta

void trail
#

pip install --upgrade git+https://github.com/interactions-py/[email protected]

Just tested this, works just fine

wicked zephyr
#

I've got git+https://github.com/interactions-py/[email protected] in my requirements.txt and 5.0.0 shows as being installed, but still get

Package containing module 'interactions' is not listed in the project requirements