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

[Bug] Import error on startup, fresh installation #95

Closed
jaibhavaya opened this issue Nov 18, 2021 · 3 comments
Closed

[Bug] Import error on startup, fresh installation #95

jaibhavaya opened this issue Nov 18, 2021 · 3 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@jaibhavaya
Copy link

Describe the Bug

After installing fresh, I open the app and I get this error:

Traceback (most recent call last):
File "C:/QMK_MSYS/mingw64/lib/python3.9/site-packages/qmk_cli/script_qmk.py", line 76, in main
import qmk.cli # noqa
File "C:/Users/jakel/qmk_firmware/lib/python/qmk/cli/init.py", line 13, in
from . import doctor
File "C:/Users/jakel/qmk_firmware/lib/python/qmk/cli/doctor.py", line 12, in
from qmk.questions import yesno
File "C:/Users/jakel/qmk_firmware/lib/python/qmk/questions.py", line 4, in
from milc import cli, format_ansi
ImportError: cannot import name 'format_ansi' from 'milc' (C:/QMK_MSYS/mingw64/lib/python3.9/site-packages
/milc/init.py)

Same error when I ultimately try running qmk setup as well.

Additional Context?

No response

@jaibhavaya jaibhavaya added the bug Something isn't working label Nov 18, 2021
@zvecr
Copy link
Member

zvecr commented Nov 18, 2021

qmk/qmk_firmware#12455

@zvecr zvecr added the duplicate This issue or pull request already exists label Nov 18, 2021
@jaibhavaya
Copy link
Author

@zvecr so that talks about it being out of date, but I'm using the latest version. Am I missing something?

@zvecr
Copy link
Member

zvecr commented Nov 18, 2021

Your copy of the qmk_firmware repo needs updating.

@zvecr zvecr closed this as completed Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants