Auerilas / ecopy

Python tools for ecological data analyses
64 stars 27 forks source link

install failed #31

Open dongyiyi opened 2 years ago

dongyiyi commented 2 years ago

Hi all,

My environment is Windows 10 + python 3.10.2 (64 bit), when I execute pip install ecopy, I got:

ERROR: Could not find a version that satisfies the requirement ecopy (from versions: 0.0.7a1, 0.0.8, 0.0.9, 0.0.81, 0.1.0, 0.1.1, 0.1.2, 0.1.2.1, 0.1.2.2) ERROR: No matching distribution found for ecopy

I have no idea regarding this error, anyone can help me to figure it out? Thanks!

tkchafin commented 9 months ago

I know this is an old issue but just commenting so others see, you can install like so:

git clone https://github.com/Auerilas/ecopy.git
cd ecopy
pip install .