Replies: 1 comment 2 replies
-
Hi @abel-diaz , I cannot reproduce your problem on my local machine. Can you list your environment setup? Also when will this issue happen? e.g. Whenever connectorx is imported or only after |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI,
The ability to use print() is not working. I have to add "sys.stdout.flush()" to see the print statement when using connector-x.
Ex:
print('starting connector x')
sys.stdout.flush()
code....
print('connector x done')
sys.stdout.flush()
It would be nice to not have to use the additional code of sys.stdout.flush()
Thank you!
Abel
Beta Was this translation helpful? Give feedback.
All reactions