-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Python simGetImages: Attribute 'to_msgpack' missing #3533
Comments
I get the same error on Windows 10 running hello_car.py |
This is likely related to an issue with msgpack-rpc-python, which is kind of old and does not work with tornado >= v5 (the current tornado version is 6.1). Probably because the msgpack-rpc-python package is not really maintained anymore, see msgpack-rpc/msgpack-rpc-python#16. Anyone else has another take? |
There may also be some issues with certain ImageTypes in AirSim. For example, if you modify the hello_drone.py file to only return |
The solution suggested in #3553 fixed this error for me. To reiterate that fix, navigate to |
Hi guys , how you all managed to connect with Python Environment , i tried a lot but i could not able to connect it, any suggestion, thanks . |
@Roopesh-Bharatwaj-K-R This guide could be a good place to start |
Also, can you guys try the solution suggested in this comment to see if its an issue with the python modules installed |
Bug report
What's the issue you encountered?
Running the superbasic tutorial
python3 hello_drone.py
: The script crashes while getting the images.Settings
=> default (installed
pip install msgpack-rpc-python
)How can the issue be reproduced?
every time on Ubuntu 18.04 and 20.04
Include full error message in text form
Thx!
The text was updated successfully, but these errors were encountered: