boostcampaitech4nlp1 / level1_semantictextsimilarity_nlp-level1-nlp-09

level1_semantictextsimilarity_nlp-level1-nlp-09 created by GitHub Classroom
3 stars 0 forks source link

[Error] Having Trouble on Setting Environment? #1

Closed kyc3492 closed 1 year ago

kyc3492 commented 1 year ago

I have an issue at installing PyYAML. Anyone has solved it?

ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

FacerAin commented 1 year ago

I have the same problems.

ghlrobin commented 1 year ago

You should try pip3 install --ignore-installed PyYAML

jinmyeongAN commented 1 year ago

try pip3 install --ignore-installed PyYAML

Mac can get error with pip3. In that case, use just pip

kyc3492 commented 1 year ago

try pip3 install --ignore-installed PyYAML

It worked for me. Thx!!!