Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ahmad-alismail opened this issue Jan 25, 2021 · 4 comments

Comments

@ahmad-alismail
Copy link

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
Copy link
Member

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
Copy link
Author

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

@wangxinyu0922
Copy link
Member

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
Copy link

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! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants