-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Description
Setup ZerePy on Windows machine.
Run:
poetry install --no-root
poetry shell
poetry run python main.py
Observe error:
Could not load ZerePy agent
Error loading agent: 'charmap' codec can't decode byte 0x9d in position 2341: character maps to
Resolve the issue by specifying encoding:
agent_dict = json.load(open(agent_path, "r", encoding='utf-8'))
ssachin520280
Metadata
Metadata
Assignees
Labels
No labels