poppy-project / poppy-torso

Poppy Torso is an open-source and 3D printed torso robot. Optimized for research and education purposes, its modularity allows for a wide range of applications and experimentations.
36 stars 26 forks source link

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

Open RomainWilbert opened 3 years ago

RomainWilbert commented 3 years ago

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 commented 3 years ago

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.