yixinL7 / SimCLS

Code for our paper "SimCLS: A Simple Framework for Contrastive Learning of Abstractive Summarization", ACL 2021
183 stars 25 forks source link

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.0.15 (from -r requirements.txt (line 48)) (from versions: 1.3.0) ERROR: No matching distribution found for mkl-fft==1.0.15 (from -r requirements.txt (line 48)) #7

Closed Ga091an closed 3 years ago

yixinL7 commented 3 years ago

We tried to install the environment from scratch using the provided files, and we didn't encounter this problem.

Could you provide more details about your installation procedure? It would be helpful to find the problem.

Thank you :)

Ga091an commented 3 years ago

We tried to install the environment from scratch using the provided files, and we didn't encounter this problem.

Could you provide more details about your installation procedure? It would be helpful to find the problem.

Thank you :)

I use pip install xxx instead of pip3 install xxx, then everything goes fine :)