LechengKong / OneForAll

A fundational graph learning framework that solves cross-domain/cross-task classification problems using one model.
MIT License
173 stars 23 forks source link

problem on environment.yml #10

Closed Freecheck100 closed 6 months ago

Freecheck100 commented 6 months ago

When I run the command "conda env create -f environment.yml", there is a problem: Could not find a version that satisfies the requirement en-core-web-sm==3.5.0. 微信图片_20240329110119

LechengKong commented 6 months ago

Hi, I'll try reproduce this. Meanwhile, if the rest of the packages are installed, you can do python -m spacy download en_core_web_sm to download en-core-web-sm from spacy, and see if the code runs.

Freecheck100 commented 6 months ago

Maybe the problem is that I didn't install spacy. After installing spacy, the problem solved.