histmeisah / Large-Language-Models-play-StarCraftII

TextStarCraft2,a pure language env which support llms play starcraft2
192 stars 12 forks source link

environment deploy problem of requirements.txt #9

Closed GavinWz closed 4 months ago

GavinWz commented 4 months ago

image The requirements.txt file may be a conda requirements, but in README file you use pip install. And it recommends us to use “conda create -n sc2 --file requirements.txt” to install requirements in this txt file, but large number of these requirements cannot be found.

histmeisah commented 4 months ago

Well, I think you might need to manually reinstall the relevant packages.