calkit / calkit/calkit-assistant

Initial use - problems detecting WSL, git bash, and fonts

Open
#24 25 comments 0 reactions 1 assignee Claimed by @petebachant View on GitHub
bug
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

I see this was just released yesterday so I understand that I'm probably an alpha user and bugs are still being worked out. This is what I get when I run on windows 10:
```
Starting Calkit Assistant v0.0.2
Creating setup steps
Refreshing WSL install status
Checking Git user.name config status
Checking Git user.email config status
Refreshing Git install status
Refreshing Docker install status
Checking Calkit token status
Refreshing Calkit install status
Refreshing Conda init status
Checking that Git Bash can run Conda
Failed to run Conda in Git Bash: Git Bash executable not found
Refreshing Conda install status
Refreshing uv install status
Refreshing VS Code extensions install status
Refreshing VS Code install status
Refreshing project list
Error fetching projects from cloud: No Calkit token found
qt.qpa.fonts: DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="8514oem", stylename=Regular, pointsize=9, pixelsize=20, styleHint=5, weight=400, stretch=100, hintingPreference=0) LOGFONT("8514oem", lfWidth=0, lfHeight=-20) dpi=96
qt.qpa.fonts: DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="Fixedsys", stylename=Regular, pointsize=9, pixelsize=15, styleHint=5, weight=400, stretch=100, hintingPreference=0) LOGFONT("Fixedsys", lfWidth=0, lfHeight=-15) dpi=96
qt.qpa.fonts: DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="Modern", stylename=Regular, pointsize=9, pixelsize=46, styleHint=5, weight=400, stretch=100, hintingPreference=0) LOGFONT("Modern", lfWidth=0, lfHeight=-46) dpi=96
qt.qpa.fonts: DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="MS Sans Serif", stylename=Regular, pointsize=9, pixelsize=13, styleHint=5, weight=400, stretch=100, hintingPreference=0) LOGFONT("MS Sans Serif", lfWidth=0, lfHeight=-13) dpi=96
qt.qpa.fonts: DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="MS Serif", stylename=Regular, pointsize=9, pixelsize=13, styleHint=5, weight=400, stretch=100, hintingPreference=0) LOGFONT("MS Serif", lfWidth=0, lfHeight=-13) dpi=96
qt.qpa.fonts: DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="Roman", stylename=Regular, pointsize=9, pixelsize=46, styleHint=5, weight=400, stretch=100, hintingPreference=0) LOGFONT("Roman", lfWidth=0, lfHeight=-46) dpi=96
qt.qpa.fonts: DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="Script", stylename=Regular, pointsize=9, pixelsize=45, styleHint=5, weight=400, stretch=100, hintingPreference=0) LOGFONT("Script", lfWidth=0, lfHeight=-45) dpi=96
```

![Image](https://github.com/user-attachments/assets/dabf9228-a902-4b15-a1c2-59cb9c98d5fd)

I do have WSL which it seems to have not detected (Ubuntu 20.04.05, at `\\wsl.localhost\Ubuntu-20.04`), and I have previously set up my git bash to use conda too. I don't have docker or uv, and haven't set up a calkit token, so those dependency checks worked. My git bash is `C:\Users\rgm222\AppData\Local\Programs\Git\git-bash.exe` which I think is the default. Not sure what is up with the font errors. Thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.