Shamir-Lab / DOMINO

Network-based module discovery algorithm with high rate of empirically-validated term calls
MIT License
9 stars 2 forks source link

No local packages or working download links found for pcst-fast==1.0.7 #1

Closed Laolga closed 3 years ago

Laolga commented 3 years ago

Hi! Is seems like the package pcst-fast is not available anymore.
After running python setup.py install I get an error:

error: Could not find suitable distribution for Requirement.parse('pcst-fast==1.0.7')

And just running pip install pcst_fast does not go either:

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

Best, Olga

hag007 commented 3 years ago

Hi there!

Works fine on my station. Are you run under proper settings (Python 3.6, Linux OS)?

Also, seems like you can get pcst-fast via this link: https://www.wheelodex.org/projects/pcst-fast/

Cheers, Hagai.

Laolga commented 3 years ago

I have Linux, but I'm using Python 3.8. I'm not sure if that's the issue, but maybe pcst_fast is not available for Python 3.8 through pip. Either way, I've compiled pcst_fast from their GitHub (using setup.py since make does not work there). Maybe you could test on Python 3.8 and either add the requirement to have Python 3.6 to README or suggest installing pcst_fast from the corresponding GitHub.

Best, Olga

hag007 commented 3 years ago

Thanks for your tests and suggestion!

I added "requirement" section to the README + details re the dependency issue.