You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the library :
selfcord.py 2.1.0a4347+gfa0a48f3
but I have this error:
Traceback (most recent call last):
File "/media/iview/Stockage externe/all/dev/self bot/test/self/test.py", line 1, in
import selfcord as discord
File "/home/iview/.local/lib/python3.10/site-packages/selfcord/init.py", line 22, in
from . import abc as abc, opus as opus, utils as utils
File "/home/iview/.local/lib/python3.10/site-packages/selfcord/abc.py", line 61, in
from .settings import ChannelSettings
File "/home/iview/.local/lib/python3.10/site-packages/selfcord/settings.py", line 34, in
from discord_protos import PreloadedUserSettings # , FrecencyUserSettings
File "/home/iview/.local/lib/python3.10/site-packages/discord_protos/init.py", line 9, in
from .FrecencyUserSettings_pb2 import FrecencyUserSettings
File "/home/iview/.local/lib/python3.10/site-packages/discord_protos/FrecencyUserSettings_pb2.py", line 5, in
from google.protobuf.internal import builder as _builder
ImportError: cannot import name 'builder' from 'google.protobuf.internal' (/usr/lib/python3/dist-packages/google/protobuf/internal/init.py)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the library :
selfcord.py 2.1.0a4347+gfa0a48f3
but I have this error:
Traceback (most recent call last):
File "/media/iview/Stockage externe/all/dev/self bot/test/self/test.py", line 1, in
import selfcord as discord
File "/home/iview/.local/lib/python3.10/site-packages/selfcord/init.py", line 22, in
from . import abc as abc, opus as opus, utils as utils
File "/home/iview/.local/lib/python3.10/site-packages/selfcord/abc.py", line 61, in
from .settings import ChannelSettings
File "/home/iview/.local/lib/python3.10/site-packages/selfcord/settings.py", line 34, in
from discord_protos import PreloadedUserSettings # , FrecencyUserSettings
File "/home/iview/.local/lib/python3.10/site-packages/discord_protos/init.py", line 9, in
from .FrecencyUserSettings_pb2 import FrecencyUserSettings
File "/home/iview/.local/lib/python3.10/site-packages/discord_protos/FrecencyUserSettings_pb2.py", line 5, in
from google.protobuf.internal import builder as _builder
ImportError: cannot import name 'builder' from 'google.protobuf.internal' (/usr/lib/python3/dist-packages/google/protobuf/internal/init.py)
Beta Was this translation helpful? Give feedback.
All reactions