-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't run shinylive, module error on ts #15
Comments
What version of Quarto are you using? |
The Deno stdlib does not stay still, that's for sure... It looks like I believe each version of Quarto uses a specific version of Deno and Deno's stdlib, so if Quarto updated those things, it could cause that import to fail. Assuming that's the cause of the problem, the solution would be to replace that |
I had this error with the dev version and 1.3.340 and 1.3.433 (and installing didn't pin the versions) |
@wch do you know how I can get those to install at the right versions? |
@muellerzr How are you installing Quarto? On my local computer, I've installed it by cloning the https://github.com/quarto-dev/quarto-cli repo and then running In Github Actions, it installs quarto 1.3.433 via a .deb file, and appears to be building the site just fine: |
By doing that when running the local dev, and |
My only guess is that there's some weird Deno stdlib caching thing going on. For reference, here are two old issues related to caching, but they apparently have been fixed:
Can you create a file called
And then run it with
Then create another file,
And run it:
|
@wch I'm running into the same error: ![]() Following your instructions in the last post, I create and ran Any thoughts? |
Rolling back to Quarto 1.3.450 fixed this for me. |
Sorry for taking so long to get this fixed -- installing the latest version of the shinylive Python package should make everything work.
See #18 for more information. Please confirm that this fixes things for you! |
Tried spinning up my old code to work on some parts, and when I try to render I get the following error:
shinylive
is v0.0.14, code is as follows:The text was updated successfully, but these errors were encountered: