ITADN

Failed to install agency-swarm and fastapi because these package versions have conflicting dependencies

#21Opencodermrrob 创建于 2024-05-18
C
codermrrobcommented
In a new python env, installing the following packages: ``` 2024-05-18 08:43:59.326 [info] ERROR: Cannot install agency-swarm and fastapi because these package versions have conflicting dependencies. 2024-05-18 08:43:59.326 [info] The conflict is caused by: instructor 0.6.7 depends on typer<0.10.0 and >=0.9.0 fastapi-cli 0.0.3 depends on typer>=0.12.3 instructor 0.6.7 depends on typer<0.10.0 and >=0.9.0 fastapi-cli 0.0.2 depends on typer>=0.12.3 ``` I receive this during dependency install with pip. Possibly my inexperience, but any pointers would be greatly appreciated.
7 条评论