EGA-archive / ega-download-client

A Python-based EGA download client
Apache License 2.0
93 stars 52 forks source link

upgrade psutil requirement to 5.6.7 #205

Open AndreJesusBrito opened 1 year ago

AndreJesusBrito commented 1 year ago

Psutil 5.6.6 cannot be built from source due to a bug on the C source code (https://github.com/giampaolo/psutil/issues/1630). The issue was fixed in 5.6.7

The current version is 5.9.5 but I don't know if pyega3 is will work with newer versions