Skip to content

Conversation

@truekasun
Copy link

@truekasun truekasun commented Nov 1, 2025

fixes #1982

  • python3 command is not available on Windows.
    Modified the checkPython function to check both python and python3 commands before returning the result

Note

Detects Python 3 using either python or python3 and runs the setuptools check against that executable; adds .DS_Store to .gitignore.

  • Doctor checks (lib/commands/doctor/checks/python-setuptools.js):
    • Detect Python 3 from either python3 or python, ensuring major version >= 3, and return the chosen executable.
    • Run setuptools import check using the detected python executable.
    • Preserve task titles and conditional setuptools requirement for Python >= 3.12.
  • Repo:
    • Add .DS_Store to .gitignore.

Written by Cursor Bugbot for commit e47180b. This will update automatically on new commits. Configure here.

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

Successfully merging this pull request may close these issues.

Bug: Installation fails on Windows with NodeJS 22+

1 participant