Alibaba-NLP / ACE

[ACL-IJCNLP 2021] Automated Concatenation of Embeddings for Structured Prediction
Other
296 stars 44 forks source link

Install fails all python versions tested 3.6 3.7 3.8 3.9 3.10 3.11. Repo Unusable. #57

Open CodeAKrome opened 1 year ago

CodeAKrome commented 1 year ago

❯ python -V Python 3.6.13 :: Anaconda, Inc. ❯ python Python 3.6.13 |Anaconda, Inc.| (default, Jun 4 2021, 14:25:59) [GCC 7.5.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import torch; torch.version '1.1.0'

Collecting wikipedia2vec==1.0.5 Downloading wikipedia2vec-1.0.5.tar.gz (1.2 MB) |████████████████████████████████| 1.2 MB 21.8 MB/s ERROR: Could not find a version that satisfies the requirement nltk==7.1.2 (from versions: 2.0b8.macosx-10.5-i386, 2.0.1rc1.macosx-10.6-x86_64, 2.0.1rc2-git, 2.0b4, 2.0b5, 2.0b6, 2.0b7, 2.0b8, 2.0b9, 2.0.1rc1, 2.0.1rc3, 2.0.1rc4, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 3.0.0b1, 3.0.0b2, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.1, 3.2, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.3.0, 3.4, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, 3.5b1, 3.5, 3.6, 3.6.1, 3.6.2, 3.6.3, 3.6.4, 3.6.5, 3.6.6, 3.6.7) ERROR: No matching distribution found for nltk==7.1.2

I tried using a bunch of different python versions. This repo is unusable.