heche-psb / wgd

wgd v2: a suite of tools to uncover and date ancient polyploidy and whole-genome duplication
https://wgdv2.readthedocs.io/en/latest/
GNU General Public License v3.0
21 stars 0 forks source link

Unable to install wgd #32

Closed karthickbrlab closed 1 month ago

karthickbrlab commented 2 months ago

hi

I have tried installing wgd from source.

But failed due to numpy error. IM unable to install older verwsion of numpy==1.19.0.

Is there any other way to install with latest version of numpy?

heche-psb commented 2 months ago

Hi, it's better to creat a separate virtual environment for wgd v2 (well, for any other python packages that have some dependency on external softwares I would suggest the same). You may first install numpy==1.19.0, and then install wgd v2.

karthickbrlab commented 2 months ago

Yes i have tried this.. But i couldn't can i install any nearby version of numpy? 1.19.2 or 1.19.5

heche-psb commented 2 months ago

Yes, you may try it. Please let me know if it works so we can help other users as well!