Open cesarvargas00 opened 2 years ago
Looks like this is caused by https://github.com/mapbox/node-sqlite3/issues/1552.
@cesarvargas00 This should be fixed now. Can you confirm?
This still fails for me https://github.com/TryGhost/node-sqlite3/issues/1552
I was able solve this by making sure the python
(Python 2) executable was available, which I did by installing pyenv (brew install pyenv
) and then:
pyenv install 3.10.8
pyenv install 2.7.18
pyenv global 3.10.8 2.7.18
If you don't want to bother with pyenv, you might be able to solve this by simply installing some Python 2.7 version. You could try using one of the Python 2.7 installers - e.g.: https://www.python.org/downloads/release/python-278/
I'm getting some errors with
sqlite3
Specs: Error: