-
Notifications
You must be signed in to change notification settings - Fork 2
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
find_project_manifest
raising errors when attempting to use quarto
#24
Comments
Hi @jmuchovej, thank you for your detailed report. I'm not familiar with # pixi.toml
[project]
authors = []
channels = ["conda-forge"]
description = "Add a short description here"
name = "quarto"
platforms = ["osx-arm64"]
version = "0.1.0"
[dependencies]
quarto = ">=1.5.57,<2"
pixi-kernel = ">=0.4.0,<0.5"
jupyterlab = ">=4.2.5,<5" Note that I installed
Then, if I run [project]
authors = []
channels = ["conda-forge"]
description = "Add a short description here"
name = "myproject"
platforms = ["osx-arm64"]
version = "0.1.0"
[dependencies]
ipykernel = ">=6.29.5,<7"
serialite = ">=0.3.4,<0.4" I can create a notebook and use
Could you post all the steps it takes to reproduce the issue you're reporting? Regarding |
π Sorry for the slow reply on this! Just circling back β I believe a the crux of this stems from not being able to install There's an open PR to add I'm gonna keep poking around to figure out how I might be able to get a system-installed Further, I suspect that part of the problem is that the system-installed |
π So I just upgraded (I suspect this is due to the refactor, which looks pretty promising! π) |
Nice to hear it is working fine with the new |
π first β thanks for your work on this! this definitely made switching to
pixi
much simpler than it would've otherwise been. πi've been playing around with
quarto
lately, trying to use it instead ofipynb
s. however, when i runquarto check juypter
(with a pixi environment that indeed has jupyter), i appear to get errors frompixi-kernel
of the variety:so, before claiming this is an issue with
pixi-kernel
, i'm curious: what isfind_project_manifest
aiming to do? i lightly read the code and wasn't able to infer what's going on, so i'm hoping you might be able to clarify.aside: this is a project i'm running in a dev container β so it's possible some of these errors are dev container idiosyncrasies β but at face-value is seems like the error stems from
quarto
trying to work in a temporary file tree, rather than the project-local file tree.The text was updated successfully, but these errors were encountered: