We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
Can you run python3 in your terminal and type:
python3
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.
Sorry, something went wrong.
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: