I downloaded the whole GYM_XPLANE_ML and ran the keepHeading.py in the jupyter notebook shell by: !python keepHeading.py
But it doesn't work:
XPPlane Host: 127.0.0.1
checking Client Port: 1
checking Destination Addr (XPlane): ('127.0.0.1', 49009)
checking Client Addr: ('0.0.0.0', 1)
Press enter to end: ...
Traceback (most recent call last):
File "keepHeading.py", line 138, in
main() # run main
File "keepHeading.py", line 123, in main
if sys.stdin in select.select([sys.stdin], [], [], 0)[0]:
OSError: [WinError 10038] An operation was attempted on something that is not a socket
Hi,
I downloaded the whole GYM_XPLANE_ML and ran the keepHeading.py in the jupyter notebook shell by: !python keepHeading.py But it doesn't work: XPPlane Host: 127.0.0.1 checking Client Port: 1 checking Destination Addr (XPlane): ('127.0.0.1', 49009) checking Client Addr: ('0.0.0.0', 1) Press enter to end: ...
Traceback (most recent call last): File "keepHeading.py", line 138, in
main() # run main
File "keepHeading.py", line 123, in main
if sys.stdin in select.select([sys.stdin], [], [], 0)[0]:
OSError: [WinError 10038] An operation was attempted on something that is not a socket
Do you know what may be the problem? Thanks!!