Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop calling subprocess python3 from python3 #7

Open
DE0CH opened this issue Sep 29, 2022 · 2 comments
Open

stop calling subprocess python3 from python3 #7

DE0CH opened this issue Sep 29, 2022 · 2 comments

Comments

@DE0CH
Copy link
Owner

DE0CH commented Sep 29, 2022

Write a main function and call the main function instead.

@DE0CH
Copy link
Owner Author

DE0CH commented Oct 3, 2022

Another problem is that the python3 being called might not be the same as the interpreter executing the current file. As a work around, can just replace python3 with sys.executable in worker to minimize the changes needed.

@DE0CH
Copy link
Owner Author

DE0CH commented Jan 26, 2023

Doesn't seem possible now because we need to use cirrus, which runs the files in different computers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant