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 41 forks source link

installation issue #37

Closed qiuxx221 closed 4 years ago

qiuxx221 commented 4 years ago

Hi,

This might be silly, I used this program a while ago, everything works great. Now I am trying to install it on the new env using pip install wgd, but the installation doesn't work anymore with error msg below

ERROR: Could not find a version that satisfies the requirement wgd (from versions: none)
ERROR: No matching distribution found for wgd

Just to have positive control, I did pip install bar to make sure the pip is working properly. My current python version was 3.6. Would you please take a look and see what might be the reason?

Thank you!

arzwa commented 4 years ago

I guess this is resolved? I'll answer anyway: wgd is currently not in the package index, so you must download/clone the repository and run pip install <path/to/wgd/directory> locally.

qiuxx221 commented 4 years ago

Thank you, and yes, I figured it out. I tried to delete my post but apparently, I can't.