Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'charmap' codec can't decode byte 0x9d in position 8750: character maps to <undefined> #28

Open
RomainWilbert opened this issue Oct 7, 2021 · 1 comment

Comments

@RomainWilbert
Copy link

Hi !

When i launch poppy-services --snap --vrep --no-browser poppy-torso 3.0.0 with Python 3.9 on Windows, i get the following error :

Attempt 1 to start the robot... 'charmap' codec can't decode byte 0x9d in position 8750: character maps to <undefined>

@ymollard
Copy link
Member

ymollard commented Oct 8, 2021

Can you run python3 in your terminal and type:

from pypot.creatures import PoppyTorso
p = PoppyTorso(camera="dummy")

You will likely get the same error, but with a complete stacktrace, please copy/paste it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants