-
Notifications
You must be signed in to change notification settings - Fork 51
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
too many errors in notebooks. nothing works. Perhaps just make an app. #55
Comments
Hi @GaleiqTesting, thanks for reporting this. Sorry you're running into issues. Could you share the error message? Feel free to ping me on Discord (https://discord.com/invite/mVnXXpdE85) so we can work through it together. |
From the discord:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unforutunately too many errors in the notebook examples.
Got up to this in the computer notebook::
async with Computer(
# name="my_vm", # optional, in case you want to use any other VM created using lume
display="1024x768",
memory="8GB",
cpu="4",
os="macos"
) as computer:
await computer.run()
# ... do something with the computer interface
thereafter, it just keeps loading
couldn't get cursor, keyboard etc to work thereafter.
The text was updated successfully, but these errors were encountered: