-
Notifications
You must be signed in to change notification settings - Fork 28
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
dagster_university project incomplete on download #40
Comments
Hello. The course is still active. That Were you able to successfully install the dependencies? |
yes, that worked. i can also access the dagster UI on localhost, the problem really is just, that it cant find the repository location. |
Glad it is working on Linux. What are you using to run the commands on Windows (WSL, cmd.exe)? |
So far I tried both PowerShell and cmd with the same outcome. |
We did some digging to try and reproduce this on Windows. It might be |
Hey, thanks for the advice, I tried it and still have the same outcome: `C:\path\to\my\project>uv venv Resolved 51 packages in 96ms
(python_project) C:\path\to\my\project>
The error you're encountering in your .txt file is not the same that i get anyways? |
Okay i found the problem. Sorry for getting up all that confusion. Should've probably provided more background info about where I set it up (company environment) |
Glad it all worked out |
I went through the basic steps of the dagster uni course but encountered the following error when trying to run
dagster dev
in Lesson 2 2/4.Before, i just ran the commands from the lesson:
dagster project from-example --example project_dagster_university_start --name dagster_university
cd dagster_university
cp .env.example .env
pip install -e ".[dev]"
Error after that:
Then I realized, the downloaded project doesnt contain the path
![grafik](https://private-user-images.githubusercontent.com/116068565/397424954-373517d2-3072-446f-9a84-ca664e3dad14.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTI0MzcsIm5iZiI6MTczODk5MjEzNywicGF0aCI6Ii8xMTYwNjg1NjUvMzk3NDI0OTU0LTM3MzUxN2QyLTMwNzItNDQ2Zi05YTg0LWNhNjY0ZTNkYWQxNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwNTIyMTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00NzI1OWEyZTc4NjIxZTZjZGNiNmQyM2I3YjYzOTc5ZTYxZDJjMzIzOTRkZWVkMzMwYWM2MjI4N2ZjNzY3MGQwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.uQ-Tq4gnQe5Y32MpfmOD0xpNrS2J0JJBSqIK_JsED4M)
\dagster_university\\tmpntlxx672\\storage\
:and it also doesnt seem to be a part of this repo.
So is the course deprecated?
I'm sorry if I am wrong here with my question, I'm just quite new to dagster and got the course recommended
The text was updated successfully, but these errors were encountered: