This otherwise works fine when launched from command line. |
Answered by
dkrystki
Apr 28, 2022
Replies: 2 comments 2 replies
|
That's very strange. |
1 reply
|
I think the issue here is that reloadium was installed in a wrong environment. |
1 reply
Answer selected by
dkrystki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the issue here is that reloadium was installed in a wrong environment.
By invoking your script with
./udp_text_receiver.pyyour 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.