ant-research / Pyraformer

Apache License 2.0
237 stars 37 forks source link

Can not install successfully #4

Open thisisfruit opened 2 years ago

thisisfruit commented 2 years ago

Hi, I've followed the installation guide to set a virtual environment in anaconda to reproduce this awesome work, however, I can not install it successfully. Instead, I've tried to marked the packages which have wrong paths or versions, but it showed conflicts in the end, as following image:

image

Any suggestions or new version of requirements.txt file will be released? 
Zhazhan commented 2 years ago

The problem seems to be that the local mkl-random requires a higher numpy version. Pyraformer is not very demanding on the version of numpy, so I think you can try to fix this by upgrading numpy to 1.21.4. By the way, thanks for your advice, we have updated a new requirements.txt file.