-
Notifications
You must be signed in to change notification settings - Fork 10
Unable to import the module [vs code and the package itself] #112
Comments
also. |
Can u try to remove the .client after discord_ui? |
seems like imports in nextcord are a bit different, I'll fix that, sorry for the trouble |
alrighty, that issue should be fixed in v5.1.2, thanks for reporting and sorry for the wait. I'll leave this issue open in case the issue should still exsist or you still got any problems, if it's fixed for you, just close the issue :) |
can you import can you try a simple import and tell me the output? import discord
from discord import __version__ |
huh that's weird. Can you try to reinstall nextcord? I tried reproducing that and in my case both imports didn't raise any exceptions. py -3.10 -m pip uninstall nextcord && py -3.10 -m pip install nextcord My ouput was:
Btw thank you very much for your patience! |
It works perfectly now, thank you :D |
VS code:

Python interpreter:

The text was updated successfully, but these errors were encountered: