-
This otherwise works fine when launched from command line. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That's very strange.
|
Beta Was this translation helpful? Give feedback.
-
I think the issue here is that reloadium was installed in a wrong environment. |
Beta Was this translation helpful? Give feedback.
I think the issue here is that reloadium was installed in a wrong environment.
By invoking your script with
./udp_text_receiver.py
your script is run by python3.9 (from the shebang) and by invoking with reloadium it uses venv where reloadium was installed which is 3.10.I think if you install reloadium in 3.9 one it should work fine.