arzwa / wgd

Python package and CLI for whole-genome duplication related analyses. This package is deprecated in favor of https://github.com/heche-psb/wgd.
http://wgd.readthedocs.io/en/latest/
GNU General Public License v3.0
81 stars 40 forks source link

Installation fail while collecting scipy>=1.2 #62

Closed bshrestha0 closed 3 years ago

bshrestha0 commented 3 years ago

Hi,

I have been trying to install wgd on my mac (ARM mac) using pip3 and Python3.9.4 but it keeps failing while fetching scipy. It starts with collecting scipy-1.6.3 and subsequently move to other older versions but keeps failing. Any idea how to resolve it?

Here's end of the error file: Screen Shot 2021-05-21 at 11 06 47 AM

bshrestha0 commented 3 years ago

I was able to install it successfully by creating env variable and installing the failed packages independently. I hope it won't cause any issue for other steps.