国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

最新版webman ai安裝失敗

ascuge

問(wèn)題描述

寶塔安裝最新版webman ai報(bào)錯(cuò)

報(bào)錯(cuò)信息

root@)))))))))))):/www/wwwroot/webman# composer require -W webman/admin webman/openai
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]? 
Using version ^2.1 for webman/admin
Using version ^1.0 for webman/openai
./composer.json has been updated
Running composer update webman/admin webman/openai --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires webman/admin ^2.1 -> satisfiable by webman/admin[v2.1.1].
    - webman/admin v2.1.1 requires workerman/webman-framework >=2.1 -> found workerman/webman-framework[dev-master, v2.1.0, v2.1.1] but it conflicts with your root composer.json require (^1.6.8).

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

不管用哪個(gè)鏡像都一樣

455 1 0
1個(gè)回答

walkor 打賞

可能是鏡像問(wèn)題,指定版本試下

composer require -W webman/admin:^0.6 webman/openai
  • ascuge 2025-02-19

    取消了鏡像直接用官方也這樣,我先試試指定版本

  • ascuge 2025-02-19

    指定版本就可以正常裝

??