Hi guys, I've had some difficult problems for me. #120
-
Hi guys, I've had some difficult problems for me. I am writing here with the last hope for their solution. I have a serious problem. As far as I understand, when running the Python code (function) with the wind installation, the server returns this error to me:
Unreal Engine magazine in VisualStudio 2022 shows me this: I've reviewed the entire code, but I still can't figure out where the error is happening. The problem occurs when trying to convert types, I guess it's the fault of RpcLibServerBase.cpp. Maybe someone has already encountered these problems or can explain how they can be solved? And also maybe someone knows what is the difference between RpcLibServerBase.cpp and RpcLibClientBase.cpp? Thank you all very much in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you using the airsim version installed from pip? When I used that I got a similar bad cast issue, albeit with a different command. If you are using it installed with pip I suggest you uninstall that version of airsim and install it from source, by going into the PythonClient folder and doing "pip install ." there. |
Beta Was this translation helpful? Give feedback.
Are you using the airsim version installed from pip? When I used that I got a similar bad cast issue, albeit with a different command. If you are using it installed with pip I suggest you uninstall that version of airsim and install it from source, by going into the PythonClient folder and doing "pip install ." there.