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
Hi I am new to sc2 and I installed it tried to just import sc2 and got this error in my python idle
Traceback (most recent call last):
File "M:\Python36\Lib\site-packages\examples\protoss\cannon_rush.py", line 3, in
import sc2
File "M:\Python36\lib\site-packages\sc2_init_.py", line 18, in
from .data import *
File "M:\Python36\lib\site-packages\sc2\data.py", line 2, in
from s2clientprotocol import (
File "M:\Python36\lib\site-packages\s2clientprotocol\sc2api_pb2.py", line 7, in
from google.protobuf import descriptor as _descriptor
File "M:\Python36\lib\site-packages\google\protobuf\descriptor.py", line 47, in
from google.protobuf.pyext import _message
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
what went wrong i dont know :(
The text was updated successfully, but these errors were encountered:
Hi I am new to sc2 and I installed it tried to just import sc2 and got this error in my python idle
Traceback (most recent call last):
File "M:\Python36\Lib\site-packages\examples\protoss\cannon_rush.py", line 3, in
import sc2
File "M:\Python36\lib\site-packages\sc2_init_.py", line 18, in
from .data import *
File "M:\Python36\lib\site-packages\sc2\data.py", line 2, in
from s2clientprotocol import (
File "M:\Python36\lib\site-packages\s2clientprotocol\sc2api_pb2.py", line 7, in
from google.protobuf import descriptor as _descriptor
File "M:\Python36\lib\site-packages\google\protobuf\descriptor.py", line 47, in
from google.protobuf.pyext import _message
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
what went wrong i dont know :(
The text was updated successfully, but these errors were encountered: