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
Using Spin KV in my Python app, I get the following error from my language server:
fromspin_sdk.key_valueimportStore
Error:
Diagnostics:
"Store" is not exported from module "spin_sdk.key_value"
Import from "spin_sdk.wit.imports.key_value" instead [reportPrivateImportUsage]
The app build successfully however:
Building component my-app with `componentize-py -w spin-http componentize app -o app.wasm`
Component built successfully
Finished building all Spin components
The text was updated successfully, but these errors were encountered:
Using Spin KV in my Python app, I get the following error from my language server:
Error:
The app build successfully however:
The text was updated successfully, but these errors were encountered: