-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I ran aos --sqlite with 32 bit computer #348
Comments
I noticed you ran .update which implies that this proces suv
already existed, currently modules can only be spawned on new processes.
Try
aos myfirstsql --sqlite
aos>require('lsqlite3').version()
you should get 3.45.3
…On Tue, Sep 17, 2024 at 10:04 PM farmer ***@***.***> wrote:
$ aos suv --sqlite
_____ _______ _____
/\ \ /::\ \ /\ \
/::\ \ /::::\ \ /::\ \
/::::\ \ /::::::\ \ /::::\ \
/::::::\ \ /::::::::\ \ /::::::\ \
/:::/\:::\ \ /:::/~~\:::\ \ /:::/\:::\ \
/:::/__\:::\ \ /:::/ \:::\ \ /:::/__\:::\ \
/::::\ \:::\ \ /:::/ / \:::\ \ \:::\ \:::\ \
/::::::\ \:::\ \ /:::/____/ \:::\____\ ___\:::\ \:::\ \
/:::/\:::\ \:::\ \ |:::| | |:::| | /\ \:::\ \:::\ \
/:::/ \:::\ \:::\____\|:::|____| |:::| |/::\ \:::\ \:::\____\
\::/ \:::\ /:::/ / \:::\ \ /:::/ / \:::\ \:::\ \::/ /
\/____/ \:::\/:::/ / \:::\ \ /:::/ / \:::\ \:::\ \/____/
\::::::/ / \:::\ /:::/ / \:::\ \:::\ \
\::::/ / \:::\__/:::/ / \:::\ \:::\____\
/:::/ / \::::::::/ / \:::\ /:::/ /
/:::/ / \::::::/ / \:::\/:::/ /
/:::/ / \::::/ / \::::::/ /
/:::/ / \::/____/ \::::/ /
\::/ / ~~ \::/ /
\/____/ \/____/
Welcome to AOS: Your operating system for AO, the decentralized open access supercomputer.
Type ".load-blueprint chat" to join the community chat and ask questions!
AOS Client Version: 2.0.0. 2024
Type "Ctrl-C" twice to exit
Your AOS process: blSAfffbB5AFtVh_dAahndR7rhdOE93fuXAoqqEVdso
***@***.***[Inbox:18]> .update
Updated AOS to version 2.0.0
***@***.***[Inbox:18]> .load boss.lua
Loading... boss.lua
The following files will be deployed:
C:\aos\ao-virus\DbAdmin.lua
C:\aos\ao-virus\boss.lua MAIN
error:
module 'lsqlite3' not found:
no field package.preload['lsqlite3']module lsqlite3 not found
no file '/usr/local/share/lua/5.3/lsqlite3.lua'
no file '/usr/local/share/lua/5.3/lsqlite3/init.lua'
no file '/usr/local/lib/lua/5.3/lsqlite3.lua'
no file '/usr/local/lib/lua/5.3/lsqlite3/init.lua'
no file './lsqlite3.lua'
no file './lsqlite3/init.lua'
no file '/usr/local/lib/lua/5.3/lsqlite3.so'
no file '/usr/local/lib/lua/5.3/loadall.so'
no file './lsqlite3.so'
in C:\aos\ao-virus\boss.lua MAIN
|
4 | local sqlite3 = require("lsqlite3")
|
This error occurred while aos was evaluating the submitted code.
the sqlite module compiled only for 64 bit?
—
Reply to this email directly, view it on GitHub
<#348>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFGLFHWUJOUHIAQZAZYKLZXAZGPAVCNFSM6AAAAABOLR3SDKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUZTCMRWGE3TEMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
OK,I'll try,thx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the sqlite module compiled only for 64 bit?
The text was updated successfully, but these errors were encountered: