You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When vida.py is calling the extraction script, it calls it via an argument. Using "python3" on windows can break.
Solution A: did a OS check and call "py -3" if on windows
Solution B: refactor calling the extraction script so it can just me imported and called in a sane fashion
The text was updated successfully, but these errors were encountered:
When vida.py is calling the extraction script, it calls it via an argument. Using "python3" on windows can break.
Solution A: did a OS check and call "py -3" if on windows
Solution B: refactor calling the extraction script so it can just me imported and called in a sane fashion
The text was updated successfully, but these errors were encountered: