6174 / 6174/comflowyspace

卸载了一次后重新安装就提示找不到/python

Open
#313 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.3k
Forks
136
PR merge metrics
No merged PRs in 30d

Description

命令行里python和python3都能识别出来
错误提示是:Setup failed: Python not found at /python

Contributor guide

No contributing guide indexed for this repository

Research direction

The error 'Setup failed: Python not found at /python' suggests a path resolution issue in the installation script. Look for where the Python executable path is determined, likely in a setup or configuration file. Check if the script uses an absolute path '/python' instead of dynamically finding 'python' or 'python3' from the system PATH. Running the setup script in a debug mode or adding logging could help trace the problem.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, typescript
Domain
cli, developer-experience
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.