Skip to content
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

Start instructions no longer work #18

Open
manzt opened this issue Oct 16, 2024 · 0 comments
Open

Start instructions no longer work #18

manzt opened this issue Oct 16, 2024 · 0 comments

Comments

@manzt
Copy link

manzt commented Oct 16, 2024

I'm guessing this is due to churn in the dependencies (and no pinning of versions).

I was able to get something working with uv (using the --exclude-newer flag with the date of the last commit).

Reference for others:

uv venv --python 3.11
uv pip install --exclude-newer 2023-03-20 -e ".[dev]"
source .venv/bin/activate
dagster dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant