microsoft / vscode-node-sqlite3

Asynchronous, non-blocking SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

sqlite3.gyp quotes error #24

Closed FuPeiJiang closed 1 year ago

FuPeiJiang commented 2 years ago

https://github.com/microsoft/vscode/issues/152839#issuecomment-1180227174 'C:\Program' is not recognized as an internal or external command,`


why was https://www.npmjs.com/package/sqlite3 forked ? for performance ? I see that dependency: "@mapbox/node-pre-gyp": "^1.0.0", is removed

note that sqlite3 was updated from ./extract.py to ./extract.js https://github.com/TryGhost/node-sqlite3/pull/1570 so my "fix" is totally useless if we merge with sqlite3

ouliuquan commented 2 years ago

Hope someone to merge this PR, it's helpful to me. I was stuck by this error. #https://github.com/microsoft/vscode/issues/160864

bpasero commented 1 year ago

Thanks, but this wont be needed anymore once I update to latest.

1557812300 commented 4 months ago

D:\Program Files\Python310\python.exe像用空格一样修复路径。

我也遇到相同的问题了 你的问题是如何解决的呀 求告知 谢谢

ouliuquan commented 3 months ago

@1557812300 把Python装到没有空格的路径就可以了,比如C:\Program Files安装到d:\Program\Python