Skip to content

fix(install): 修 tarball 安装 7 个问题(py3.12/camoufox权限/gateway静默/config模板/Next steps/更新停gateway) - #448

Merged
bigbrother666sh merged 1 commit into
TeamWiseFlow:masterfrom
bigbrother666sh:master
Jul 21, 2026
Merged

fix(install): 修 tarball 安装 7 个问题(py3.12/camoufox权限/gateway静默/config模板/Next steps/更新停gateway)#448
bigbrother666sh merged 1 commit into
TeamWiseFlow:masterfrom
bigbrother666sh:master

Conversation

@bigbrother666sh

Copy link
Copy Markdown
Member

实装 v5.6.0 后第二轮 7 个问题,承接 #447

修复

  1. Step 5 pip 用 python3.9(CommandLineTools):install_python_deps 改选 python3.12/3.11/3.10/python3,加 --no-warn-script-location --disable-pip-version-check 抑制噪音。
  2. Step 7 camoufox-cli Permission deniednpm install -g 建的 bin 缺 +x,install_camoufox_clichmod +x 跟随 symlink 改目标权限。
  3. setup-crew.sh 'gateway env not found' 警告:首装时该文件由后续 install_gateway_and_env 创建,此刻不存在是预期,改静默跳过。
  4. Step 12 Invalid config plugins:运行时 prefill_weixin_channelplugins.openclaw-weixin 写成顶层 key(schema 要 plugins.entries.<id>)。改为直接用 config-templates/openclaw.json,预置 channels.openclaw-weixin.enabled=true + plugins.entries.openclaw-weixin.enabled=true,删掉运行时 mutate(连同函数体)。
  5. 微信扫码过快:根因即 请问下,对于一些有反扒措施的网站可以爬下来数据吗?比如小红书 #4,invalid config 致 channels login fail fast 烧 5 次重试;修 请问下,对于一些有反扒措施的网站可以爬下来数据吗?比如小红书 #4 后预期自愈。
  6. 删 'Next steps' 块(PATH/Dashboard/Update 提示),小白用不到。
  7. 更新模式卡 Step 4 pnpm install 几十分钟:运行中 gateway 持 node_modules 文件句柄,pnpm 重写竞争 EBUSY。更新路线开头加 stop_gateway_if_running(Linux systemctl --user stop / Darwin openclaw gateway stop),末尾 refresh_gateway_env_only 重启。

步数:首装 12→11(删 prefill stage),更新 9 不变。

发布

合后手动触发 build-dist 重建 v5.6.0(Auto Release 已临时禁用,避免再 bump v5.6.1)。

…/Next steps/更新停gateway)

1. Step 5 pip 用 python3.9(CommandLineTools):install_python_deps 改选
   python3.12/3.11/3.10/python3,加 --no-warn-script-location
   --disable-pip-version-check 抑制噪音。
2. Step 7 camoufox-cli Permission denied:npm install -g 建的 bin 缺 +x,
   install_camoufox_cli 里 chmod +x 跟随 symlink 改目标权限。
3. setup-crew.sh 'gateway env not found' 警告:首装时该文件由后续
   install_gateway_and_env 创建,此刻不存在是预期,改静默跳过。
4. Step 12 Invalid config plugins:运行时 prefill_weixin_channel 把
   plugins.openclaw-weixin 写成顶层 key(schema 要 plugins.entries.<id>)。
   改为直接用 config-templates/openclaw.json,预置
   channels.openclaw-weixin.enabled=true + plugins.entries.openclaw-weixin.enabled=true,
   删掉运行时 mutate(连同 prefill_weixin_channel 函数体)。
5. 微信扫码过快:根因即 TeamWiseFlow#4,invalid config 致 channels login fail fast
   烧 5 次重试;修 TeamWiseFlow#4 后预期自愈。
6. 删 'Next steps' 块(PATH/Dashboard/Update 提示),小白用不到。
7. 更新模式卡 Step 4 pnpm install 几十分钟:运行中 gateway 持 node_modules
   文件句柄,pnpm 重写竞争 EBUSY。更新路线开头加 stop_gateway_if_running
   (Linux systemctl --user stop / Darwin openclaw gateway stop),末尾
   refresh_gateway_env_only 重启。

步数:首装 12→11(删 prefill stage),更新 9 不变。
@bigbrother666sh
bigbrother666sh merged commit 855ce28 into TeamWiseFlow:master Jul 21, 2026
2 checks passed
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


codes-factory-of-bg seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

2 participants