Skip to content

Instantly share code, notes, and snippets.

@cmpadden
Created December 19, 2024 17:55
Show Gist options
  • Select an option

  • Save cmpadden/e42e3fa1b261f380e96b0e26c60861b1 to your computer and use it in GitHub Desktop.

Select an option

Save cmpadden/e42e3fa1b261f380e96b0e26c60861b1 to your computer and use it in GitHub Desktop.
C:\Users\t1>powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Downloading uv 0.5.10 (x86_64-pc-windows-msvc)
Installing to C:\Users\t1\.local\bin
uv.exe
uvx.exe
everything's installed!
To add C:\Users\t1\.local\bin to your PATH, either restart your system or run:
set Path=C:\Users\t1\.local\bin;%Path% (cmd)
$env:Path = "C:\Users\t1\.local\bin;$env:Path" (powershell)
C:\Users\t1>set Path=C:\Users\t1\.local\bin;%Path%
C:\Users\t1>uv venv
Using CPython 3.13.0 interpreter at: AppData\Local\Programs\Python\Python313\python.exe
Creating virtual environment at: .venv
Activate with: .venv\Scripts\activate
(t1) C:\Users\t1>uv pip install dagster
Resolved 50 packages in 602ms
Prepared 50 packages in 6.30s
Installed 50 packages in 259ms
+ alembic==1.14.0
+ annotated-types==0.7.0
+ antlr4-python3-runtime==4.13.2
+ certifi==2024.12.14
+ charset-normalizer==3.4.0
+ click==8.1.7
+ colorama==0.4.6
+ coloredlogs==14.0
+ croniter==3.0.4
+ dagster==1.9.5
+ dagster-pipes==1.9.5
+ docstring-parser==0.16
+ filelock==3.16.1
+ fsspec==2024.10.0
+ grpcio==1.68.1
+ grpcio-health-checking==1.68.1
+ humanfriendly==10.0
+ idna==3.10
+ jinja2==3.1.4
+ mako==1.3.8
+ markdown-it-py==3.0.0
+ markupsafe==3.0.2
+ mdurl==0.1.2
+ packaging==24.2
+ protobuf==5.29.2
+ psutil==6.1.0
+ pydantic==2.10.4
+ pydantic-core==2.27.2
+ pygments==2.18.0
+ pyreadline3==3.5.4
+ python-dateutil==2.9.0.post0
+ python-dotenv==1.0.1
+ pytz==2024.2
+ pywin32==308
+ pyyaml==6.0.2
+ requests==2.32.3
+ rich==13.9.4
+ setuptools==75.6.0
+ six==1.17.0
+ sqlalchemy==2.0.36
+ structlog==24.4.0
+ tabulate==0.9.0
+ tomli==2.2.1
+ toposort==1.10
+ tqdm==4.67.1
+ typing-extensions==4.12.2
+ tzdata==2024.2
+ universal-pathlib==0.2.6
+ urllib3==2.2.3
+ watchdog==5.0.3
(t1) C:\Users\t1>cd dagster_university
(t1) C:\Users\t1\dagster_university>cp .env.example .env
'cp' is not recognized as an internal or external command,
operable program or batch file.
(t1) C:\Users\t1\dagster_university>copy .env.example .env
1 file(s) copied.
(t1) C:\Users\t1\dagster_university>pip install -e ".[dev]"
Obtaining file:///C:/Users/t1/dagster_university
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... done
Preparing editable metadata (pyproject.toml) ... done
INFO: pip is looking at multiple versions of dagster-university to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following yanked versions: 0.14.18, 1.0.5, 1.1.0, 1.1.16rc0
ERROR: Ignored the following versions that require a different python version: 1.6.10 Requires-Python >=3.8,<3.13; 1.6.11 Requires-Python >=3.8,<3.13; 1.6.12 Requires-Python <3.13,>=3.8; 1.6.13 Requires-Python <3.13,>=3.8; 1.6.14 Requires-Python <3.13,>=3.8; 1.6.7 Requires-Python >=3.8,<3.13; 1.6.8 Requires-Python >=3.8,<3.13; 1.6.9 Requires-Python >=3.8,<3.13; 1.7.0 Requires-Python <3.13,>=3.8; 1.7.1 Requires-Python <3.13,>=3.8; 1.7.10 Requires-Python <3.13,>=3.8; 1.7.11 Requires-Python <3.13,>=3.8; 1.7.12 Requires-Python <3.13,>=3.8; 1.7.13 Requires-Python <3.13,>=3.8; 1.7.14 Requires-Python <3.13,>=3.8; 1.7.15 Requires-Python <3.13,>=3.8; 1.7.16 Requires-Python <3.13,>=3.8; 1.7.2 Requires-Python <3.13,>=3.8; 1.7.2rc1 Requires-Python <3.13,>=3.8; 1.7.2rc2 Requires-Python <3.13,>=3.8; 1.7.2rc3 Requires-Python <3.13,>=3.8; 1.7.2rc4 Requires-Python <3.13,>=3.8; 1.7.3 Requires-Python <3.13,>=3.8; 1.7.4 Requires-Python <3.13,>=3.8; 1.7.5 Requires-Python <3.13,>=3.8; 1.7.6 Requires-Python <3.13,>=3.8; 1.7.7 Requires-Python <3.13,>=3.8; 1.7.8 Requires-Python <3.13,>=3.8; 1.7.9 Requires-Python <3.13,>=3.8; 1.7.9rc0 Requires-Python <3.13,>=3.8; 1.8.0 Requires-Python <3.13,>=3.8; 1.8.1 Requires-Python <3.13,>=3.8; 1.8.10 Requires-Python <3.13,>=3.8; 1.8.11 Requires-Python <3.13,>=3.8; 1.8.12 Requires-Python <3.13,>=3.8; 1.8.13 Requires-Python <3.13,>=3.8; 1.8.2 Requires-Python <3.13,>=3.8; 1.8.3 Requires-Python <3.13,>=3.8; 1.8.4 Requires-Python <3.13,>=3.8; 1.8.5 Requires-Python <3.13,>=3.8; 1.8.6 Requires-Python <3.13,>=3.8; 1.8.7 Requires-Python <3.13,>=3.8; 1.8.8 Requires-Python <3.13,>=3.8; 1.8.9 Requires-Python <3.13,>=3.8; 1.9.0 Requires-Python <3.13,>=3.9; 1.9.1 Requires-Python <3.13,>=3.9; 1.9.2 Requires-Python <3.13,>=3.9; 1.9.3 Requires-Python <3.13,>=3.9; 1.9.4 Requires-Python <3.13,>=3.9; 1.9.4rc0 Requires-Python <3.13,>=3.9; 1.9.5 Requires-Python <3.13,>=3.9
ERROR: Could not find a version that satisfies the requirement dagster==1.9.* (from dagster-university) (from versions: 0.1.0rc1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.9, 0.2.0, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.7.1, 0.2.8, 0.2.8.post0, 0.2.8.post3, 0.3.0a9, 0.3.0a10, 0.3.0a12, 0.3.0a13, 0.3.0rc7, 0.3.0, 0.3.0.post2, 0.3.0.post3, 0.3.1rc0, 0.3.1, 0.3.2, 0.3.3.post0, 0.3.3.post1, 0.3.4, 0.3.5, 0.4.0rc2, 0.4.0, 0.4.3rc1, 0.4.3, 0.4.3.post2, 0.4.3.post4, 0.5.0rc0, 0.5.0rc2, 0.5.0rc3, 0.5.0rc4, 0.5.0, 0.5.1rc0, 0.5.1, 0.5.2rc0, 0.5.2, 0.5.2.post2, 0.5.2.post3, 0.5.3, 0.5.4rc0, 0.5.4, 0.5.5rc0, 0.5.5, 0.5.6rc2, 0.5.6, 0.5.7rc0, 0.5.7, 0.5.8rc0, 0.5.8, 0.5.9rc0, 0.5.9, 0.6.0rc0, 0.6.0rc1, 0.6.0, 0.6.0.post0, 0.6.1rc1, 0.6.1, 0.6.2rc0, 0.6.2rc1, 0.6.2rc2, 0.6.2, 0.6.3rc0, 0.6.3rc2, 0.6.3, 0.6.4rc0, 0.6.4rc3, 0.6.4, 0.6.5rc1, 0.6.5rc2, 0.6.5rc3, 0.6.5, 0.6.6rc0, 0.6.6rc1, 0.6.6, 0.6.7rc0, 0.6.7, 0.6.7.post0, 0.6.8rc0, 0.6.8rc1, 0.6.8rc2, 0.6.8, 0.6.9, 0.7.0rc0, 0.7.0rc1, 0.7.0, 0.7.1rc0, 0.7.1, 0.7.2rc0, 0.7.2, 0.7.3rc1, 0.7.3, 0.7.4rc0, 0.7.4, 0.7.5rc0, 0.7.5, 0.7.6rc0, 0.7.6, 0.7.7rc0, 0.7.7, 0.7.8rc0, 0.7.8, 0.7.9rc0, 0.7.9, 0.7.10rc0, 0.7.10, 0.7.11rc0, 0.7.11, 0.7.11.post0, 0.7.12rc0, 0.7.12, 0.7.13rc0, 0.7.13, 0.7.14rc0, 0.7.14, 0.7.15rc0, 0.7.15, 0.7.16rc0, 0.7.16, 0.8.0rc0, 0.8.0, 0.8.1rc0, 0.8.1, 0.8.2rc0, 0.8.2rc1, 0.8.2, 0.8.3rc0, 0.8.3, 0.8.4rc0, 0.8.4, 0.8.5rc0, 0.8.5, 0.8.6rc1, 0.8.6, 0.8.7rc0, 0.8.7, 0.8.8rc0, 0.8.8, 0.8.9rc0, 0.8.9, 0.8.10rc0, 0.8.10rc1, 0.8.10rc2, 0.8.10, 0.9.0rc0, 0.9.0, 0.9.1rc0, 0.9.1rc1, 0.9.1, 0.9.2rc0, 0.9.2, 0.9.3rc0, 0.9.3, 0.9.4rc0, 0.9.4, 0.9.5rc1, 0.9.5, 0.9.6rc0, 0.9.6, 0.9.7rc0, 0.9.7, 0.9.8rc0, 0.9.8, 0.9.9rc1, 0.9.9, 0.9.10, 0.9.10.post0, 0.9.11rc0, 0.9.11, 0.9.12rc0, 0.9.12rc1, 0.9.12, 0.9.13rc0, 0.9.13, 0.9.14rc0, 0.9.14, 0.9.15rc0, 0.9.15, 0.9.16rc0, 0.9.16, 0.9.17rc0, 0.9.17, 0.9.18rc0, 0.9.18, 0.9.19rc0, 0.9.19, 0.9.20rc0, 0.9.20, 0.9.21rc0, 0.9.21, 0.9.22rc0, 0.9.22rc1, 0.9.22, 0.9.22.post0, 0.10.0rc0, 0.10.0, 0.10.1rc0, 0.10.1, 0.10.2rc0, 0.10.2, 0.10.3rc0, 0.10.3, 0.10.4rc0, 0.10.4, 0.10.5rc0, 0.10.5, 0.10.6rc0, 0.10.6, 0.10.7rc0, 0.10.7, 0.10.8rc0, 0.10.8, 0.10.9, 0.11.0rc0, 0.11.0, 0.11.1rc0, 0.11.1, 0.11.2rc0, 0.11.2, 0.11.3rc0, 0.11.3, 0.11.4rc0, 0.11.4, 0.11.5rc0, 0.11.5rc1, 0.11.5, 0.11.6rc5, 0.11.6rc7, 0.11.6rc8, 0.11.6rc9, 0.11.6rc10, 0.11.6rc11, 0.11.6rc13, 0.11.6rc14, 0.11.6rc15, 0.11.6rc16, 0.11.6rc17, 0.11.6rc18, 0.11.6rc19, 0.11.6rc20, 0.11.6rc21, 0.11.6rc22, 0.11.6rc23, 0.11.6rc24, 0.11.6rc25, 0.11.6rc26, 0.11.6rc27, 0.11.6rc28, 0.11.6rc29, 0.11.6rc30, 0.11.6rc31, 0.11.6rc32, 0.11.6, 0.11.7rc1, 0.11.7rc2, 0.11.7rc3, 0.11.7rc4, 0.11.7rc6, 0.11.7rc7, 0.11.7rc8, 0.11.7rc9, 0.11.7rc10, 0.11.7rc13, 0.11.7rc14, 0.11.7, 0.11.8rc3, 0.11.8rc4, 0.11.8rc5, 0.11.8, 0.11.9rc6, 0.11.9rc7, 0.11.9rc8, 0.11.9rc10, 0.11.9rc11, 0.11.9rc12, 0.11.9, 0.11.10rc0, 0.11.10rc1, 0.11.10rc2, 0.11.10, 0.11.11rc1, 0.11.11rc5, 0.11.11rc7, 0.11.11, 0.11.12rc0, 0.11.12rc2, 0.11.12rc3, 0.11.12, 0.11.13rc1, 0.11.13rc2, 0.11.13rc3, 0.11.13rc5, 0.11.13, 0.11.14rc0, 0.11.14rc1, 0.11.14rc2, 0.11.14rc3, 0.11.14rc4, 0.11.14rc5, 0.11.14rc6, 0.11.14rc7, 0.11.14rc8, 0.11.14, 0.11.15rc0, 0.11.15rc1, 0.11.15, 0.11.16rc10, 0.11.16rc18, 0.11.16, 0.12.0rc0, 0.12.0, 0.12.1rc0, 0.12.1, 0.12.2rc0, 0.12.2, 0.12.3rc0, 0.12.3rc1, 0.12.3, 0.12.4rc0, 0.12.4rc1, 0.12.4, 0.12.5rc0, 0.12.5, 0.12.6rc0, 0.12.6, 0.12.7rc0, 0.12.7, 0.12.8rc0, 0.12.8, 0.12.9rc0, 0.12.9rc1, 0.12.9rc2, 0.12.9, 0.12.10rc0, 0.12.10rc1, 0.12.10, 0.12.11rc0, 0.12.11, 0.12.12rc0, 0.12.12, 0.12.13rc0, 0.12.13, 0.12.14rc0, 0.12.14rc1, 0.12.14rc2, 0.12.14, 0.12.15rc0, 0.12.15rc2, 0.12.15, 0.13.0rc0, 0.13.0, 0.13.1rc0, 0.13.1, 0.13.2rc0, 0.13.2rc1, 0.13.2rc2, 0.13.2, 0.13.3rc0, 0.13.3, 0.13.4rc0, 0.13.4, 0.13.5rc0, 0.13.5, 0.13.6rc0, 0.13.6, 0.13.7rc0, 0.13.7, 0.13.8rc0, 0.13.8, 0.13.9rc0, 0.13.9, 0.13.10rc0, 0.13.10rc1, 0.13.10rc2, 0.13.10rc3, 0.13.10, 0.13.11rc0, 0.13.11, 0.13.12rc2, 0.13.12, 0.13.13rc0, 0.13.13, 0.13.14rc0, 0.13.14, 0.13.15rc0, 0.13.15, 0.13.16rc0, 0.13.16, 0.13.17rc0, 0.13.17, 0.13.18rc0, 0.13.18, 0.13.19rc2, 0.13.19, 0.14.0rc0, 0.14.0, 0.14.1rc0, 0.14.1, 0.14.2rc0, 0.14.2, 0.14.3rc0, 0.14.3, 0.14.4rc0, 0.14.4, 0.14.5rc0, 0.14.5, 0.14.6rc0, 0.14.6, 0.14.7rc0, 0.14.7, 0.14.8rc1, 0.14.8, 0.14.9rc0, 0.14.9, 0.14.10, 0.14.11, 0.14.12, 0.14.13, 0.14.14, 0.14.15, 0.14.16rc2, 0.14.16rc3, 0.14.16rc4, 0.14.16, 0.14.17rc3, 0.14.17rc4, 0.14.17rc5, 0.14.17rc6, 0.14.17rc7, 0.14.17rc8, 0.14.17rc10, 0.14.17, 0.14.18rc2, 0.14.18rc3, 0.14.18rc4, 0.14.18rc5, 0.14.18rc6, 0.14.19, 0.14.20rc0, 0.14.20, 0.14.21rc0, 0.15.0, 0.15.1, 0.15.2, 0.15.3, 0.15.4, 0.15.5, 0.15.6, 0.15.7, 0.15.8, 0.15.9, 0.15.10, 1.0.0rc2, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.0.16, 1.0.17, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10, 1.1.11, 1.1.12, 1.1.13, 1.1.14, 1.1.15, 1.1.17rc0, 1.1.17, 1.1.18, 1.1.19, 1.1.20, 1.1.21, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.8, 1.3.9rc0, 1.3.9, 1.3.10, 1.3.11, 1.3.12, 1.3.13, 1.3.14rc0, 1.3.14rc1, 1.3.14rc2, 1.3.14, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.4.10, 1.4.11, 1.4.12rc0, 1.4.12, 1.4.13rc0, 1.4.13rc1, 1.4.13, 1.4.14, 1.4.15, 1.4.16, 1.4.17, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11, 1.5.12, 1.5.13, 1.5.14rc0, 1.5.14, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6)
[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: C:\Users\t1\AppData\Local\Programs\Python\Python313\python.exe -m pip install --upgrade pip
ERROR: No matching distribution found for dagster==1.9.*
(t1) C:\Users\t1\dagster_university>uv pip install -e ".[dev]"
Using Python 3.13.0 environment at: C:\Users\t1\.venv
Resolved 110 packages in 1.20s
Built dagster-university @ file:///C:/Users/t1/dagster_university
Prepared 60 packages in 23.02s
Installed 60 packages in 2.73s
+ anyio==4.7.0
+ backoff==2.2.1
+ cffi==1.17.1
+ cryptography==44.0.0
+ dagster-cloud==1.9.5
+ dagster-cloud-cli==1.9.5
+ dagster-duckdb==0.25.5
+ dagster-graphql==1.9.5
+ dagster-university==0.0.0 (from file:///C:/Users/t1/dagster_university)
+ dagster-webserver==1.9.5
+ deprecated==1.2.15
+ duckdb==1.1.3
+ geopandas==1.0.1
+ github3-py==4.0.1
+ googleapis-common-protos==1.66.0
+ gql==3.5.0
+ graphene==3.4.3
+ graphql-core==3.2.5
+ graphql-relay==3.2.0
+ h11==0.14.0
+ httptools==0.6.4
+ importlib-metadata==8.5.0
+ iniconfig==2.0.0
+ kaleido==0.2.1
+ multidict==6.1.0
+ numpy==2.2.0
+ opentelemetry-api==1.29.0
+ opentelemetry-exporter-otlp-proto-common==1.29.0
+ opentelemetry-exporter-otlp-proto-grpc==1.29.0
+ opentelemetry-exporter-otlp-proto-http==1.29.0
+ opentelemetry-proto==1.29.0
+ opentelemetry-sdk==1.29.0
+ opentelemetry-semantic-conventions==0.50b0
+ pandas==2.2.3
+ pex==2.27.1
+ plotly==5.24.1
+ pluggy==1.5.0
+ prompt-toolkit==3.0.36
+ propcache==0.2.1
+ pycparser==2.22
+ pyjwt==2.10.1
+ pyogrio==0.10.0
+ pyproj==3.7.0
+ pytest==8.3.4
+ questionary==2.0.1
+ requests-toolbelt==1.0.0
+ shapely==2.0.6
+ shellingham==1.5.4
+ sniffio==1.3.1
+ starlette==0.42.0
+ tenacity==9.0.0
+ typer==0.15.1
+ uritemplate==4.1.1
+ uvicorn==0.34.0
+ watchfiles==1.0.3
+ wcwidth==0.2.13
+ websockets==14.1
+ wrapt==1.17.0
+ yarl==1.18.3
+ zipp==3.21.0
(t1) C:\Users\t1\dagster_university>dagster dev
2024-12-19 12:53:26 -0500 - dagster - INFO - Loaded environment variables from .env file: DUCKDB_DATABASE
2024-12-19 12:53:26 -0500 - dagster - INFO - Using temporary directory C:\Users\t1\dagster_university\tmpq7_sthx6 for storage. This will be removed when dagster dev exits.
2024-12-19 12:53:26 -0500 - dagster - INFO - To persist information across sessions, set the environment variable DAGSTER_HOME to a directory to use.
2024-12-19 12:53:27 -0500 - dagster - INFO - Launching Dagster services...
Telemetry:
As an open-source project, we collect usage statistics to inform development priorities. For more
information, read https://docs.dagster.io/getting-started/telemetry.
We will not see or store any data that is processed by your code.
To opt-out, add the following to $DAGSTER_HOME/dagster.yaml, creating that file if necessary:
telemetry:
enabled: false
Welcome to Dagster!
If you have any questions or would like to engage with the Dagster team, please join us on Slack
(https://bit.ly/39dvSsF).
2024-12-19 12:53:30 -0500 - dagster-webserver - INFO - Loaded environment variables from .env file: DUCKDB_DATABASE
2024-12-19 12:53:30 -0500 - dagster.daemon - INFO - Instance is configured with the following daemons: ['AssetDaemon', 'BackfillDaemon', 'SchedulerDaemon', 'SensorDaemon']
2024-12-19 12:53:31 -0500 - dagster - WARNING - C:\Users\t1\.venv\Lib\site-packages\dagster\_core\execution\compute_logs.py:48: UserWarning: WARNING: Compute log capture is disabled for the current environment. Set the environment variable `PYTHONLEGACYWINDOWSSTDIO` to enable.
warnings.warn(WIN_PY36_COMPUTE_LOG_DISABLED_MSG)
2024-12-19 12:53:31 -0500 - dagster-webserver - INFO - Serving dagster-webserver on http://127.0.0.1:3000 in process 14788
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment