Alibaba-NLP / ACE

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

Problem by installing requirement mkl-fft==1.0.6 and mkl-random==1.0.1 #5

Closed ahmad-alismail closed 3 years ago

ahmad-alismail commented 3 years ago

Hello, I have problem by installing mkl-fft and mkl-random. I have the following Error messages:

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.0.6
ERROR: No matching distribution found for mkl-fft==1.0.6

ERROR: Could not find a version that satisfies the requirement mkl-random==1.0.1
ERROR: No matching distribution found for mkl-random==1.0.1

I tried to install them separately but it didn't work for me.

Thank you!

wangxinyu0922 commented 3 years ago

Hi, can you try to install mkl-fft and mkl-random through pip install mkl-fft and pip install mkl-random without fixing the version?

ahmad-alismail commented 3 years ago

Hello, thank you for your reply. I tried that. Unfortunately it didn't work also:(

wangxinyu0922 commented 3 years ago

One possible reason is that the version of pip is too low. You may directly compile the source code on github: https://github.com/IntelPython/mkl_fft, https://github.com/IntelPython/mkl_random

Aatlantise commented 3 years ago

This is on a different note but not unrelated. I've compressed the requirements.txt list to the ones that are required for running ACE:

allennlp==0.9.0
boto3==1.10.45
botocore==1.13.45
bpemb==0.3.0
certifi==2020.4.5.1
conllu==1.3.1
cycler==0.10.0
Deprecated==1.2.6
gensim==3.8.1
h5py==2.8.0
ipython==7.12.0
matplotlib==3.1.3
mock==4.0.1
numpy==1.15.1
overrides==2.8.0
Pillow==7.0.0
pyhocon==0.3.56
pytest==6.1.2
pytorch-transformers==1.1.0
pyyaml==5.2
regex==2019.12.20
requests==2.22.0
scipy==1.4.1
segtok==1.5.7
sklearn==0.0
spacy==2.1.9
tabulate==0.8.6
torch==1.3.1
tqdm==4.41.0
transformers==3.0.0

In case you or anyone else is interested. Thanks! 😄