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
Summary
On Archlinux and some other OS (maybe Windows as well?), python 3.x is ran using the python command and python 2.x using the python2 command. Here, we're assuming it's always python3:
Summary
On Archlinux and some other OS (maybe Windows as well?), python 3.x is ran using the
python
command and python 2.x using thepython2
command. Here, we're assuming it's alwayspython3
:Parsr/server/src/modules/TableDetectionModule/TableDetectionModule.ts
Line 35 in dc3bec7
Steps To Reproduce
Steps to reproduce the behavior:
python
pointing on Python 3.xpython3
from your path.Expected behavior
Table extraction should run.
Actual behavior
A node error:
Error: spawnSync python3 ENOENT
.Environment
dc3bec7ae62b0db12a075f31c26ba8951a63c2f7
python
, notpython3
The text was updated successfully, but these errors were encountered: