THUDM / MathGLM

Official Pytorch Implementation for MathGLM
318 stars 24 forks source link

ResolvePackageNotFound: - deepspeed=0.6.0 - icetk==0.0.7 #6

Open RebelYoung opened 1 year ago

RebelYoung commented 1 year ago

(test) PS F:\python\MathGLM> conda env create -f env.yml Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

Ricky24680 commented 1 year ago

Have you solved the problem? How to solve it

black-zero358 commented 1 year ago

Have you solved the problem? How to solve it

先在xml中删除这两个依赖,成功构建出虚拟环境之后,激活虚拟环境,使用pip安装 pip install SwissArmyTransformer==0.2.* SwissArmyTransformer安装完成之后,因为依赖关系,deepspeed=0.6.0 icetk==0.0.7 也会被自动安装