Yueeeeeeee / MetaEvent

[ACL 2023] PyTorch Implementation of Zero-and Few-Shot Event Detection via Prompt-Based Meta Learning
14 stars 2 forks source link

can't find packages from current channels #2

Closed DuTess closed 11 months ago

DuTess commented 11 months ago

when i use conda to install requirements.txt, it tell me this error:

Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve. PackagesNotFoundError: The following packages are not available from current channels:

and there are nearly 200 packages below, so could you please tell me what channels can i use to solve this problem? Thank you very much!

and my current channels are:

(It is too troublesome to search nearly 250 packages one by one from the anaconda.org, so i want to ask for some help)

> whole error is here blow:

Collecting package metadata (current_repodata.json): - WARNING conda.models.version:get_matcher(556): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1., but conda is ignoring the . and treating it as 1.7.1 done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): / WARNING conda.models.version:get_matcher(556): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0., but conda is ignoring the . and treating it as 1.9.0 WARNING conda.models.version:get_matcher(556): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0., but conda is ignoring the . and treating it as 1.8.0 WARNING conda.models.version:get_matcher(556): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0., but conda is ignoring the . and treating it as 1.6.0 done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page

hodorxxx commented 11 months ago

the same problem too, have you solved yet?

DuTess commented 11 months ago

the same problem too, have you solved yet?

not yet,,,(TдT)

Yueeeeeeee commented 11 months ago

You can start with important packages like pytorch, transformers and try to run the commands. Not all packages are necessary, it's just my working environment.

DuTess commented 11 months ago

You can start with important packages like pytorch, transformers and try to run the commands. Not all packages are necessary, it's just my working environment.

thank you very much! i'll try it later!