clab / dynet

DyNet: The Dynamic Neural Network Toolkit
Apache License 2.0
3.43k stars 703 forks source link

error: Could not download Eigen from 'https://bitbucket.org/eigen/eigen/get/2355b229ea4c.zip' #1643

Closed davidjlemay closed 2 years ago

davidjlemay commented 3 years ago

Hi, I'm trying to install version 2.0.3 but pip throws an error because it can't download Eigen from bitbucket. Indeed, the link appears broken. Is there a workaround for the missing Eigen package? Thanks

tod97 commented 2 years ago

Hi, I found a workaround for this problem. I've followed the manual installation but cloning from this [repo] (https://gitlab.com/libeigen/eigen) It is important to avoid the latest tags and use one of the old ones (I've used 3.3.7 and it worked for me)

davidjlemay commented 2 years ago

Thanks @tod97 , I’ll try that. Cheers :smile: