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'm trying to run the library as suggested (with python3) but I got the error:
Traceback (most recent call last): File "transform_replay.py", line 3, in <module> from pysc2.lib import app, features, point ImportError: cannot import name 'app'
Do you know how to fix it?
The text was updated successfully, but these errors were encountered:
Thanks that's solved. However I think another error comes up:
pysc2.lib.remote_controller.RequestError: SC2APIProtocol.ResponseReplayInfo.Error.ParsingError: 'Possible corruption - Failed to open the map archive: /Users/Shared/Blizzard/Battle.net\Cache/57/71/5771b4faf1dc393ab3f5d83a0cdd086587b78671f7575b083a3131677d2932c7.s2ma'
I think the map folder (as specified in the pysc2 github should be /Applications/StarcraftII/Maps/ ?
I'm trying to run the library as suggested (with python3) but I got the error:
Traceback (most recent call last): File "transform_replay.py", line 3, in <module> from pysc2.lib import app, features, point ImportError: cannot import name 'app'
Do you know how to fix it?
The text was updated successfully, but these errors were encountered: