Skip to content

Working with multiple virtual environments #8

Answered by dkrystki
NekiMedo asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@NekiMedo
Comment options

Comment options

You must be logged in to vote
1 reply
@NekiMedo
Comment options

Answer selected by dkrystki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants