patrickbryant1 / SpeedPPI

Rapid protein-protein interaction network creation from multiple sequence alignments with Deep Learning
Other
65 stars 14 forks source link

pip can't find "tf-nightly==2.16.0.dev20231211" #22

Open ChristopherBottomsOMRF opened 3 months ago

ChristopherBottomsOMRF commented 3 months ago

It looks like pip can't find "tf-nightly==2.16.0.dev20231211" (from speed_ppi.yml)

Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement tf-nightly==2.16.0.dev20231211 (from versions: 2.16.0.dev20231219, 2.16.0.dev20231220, 2.16.0.dev20231221, 2.16.0.dev20231222, 2.16.0.dev20231223, ....)
ERROR: No matching distribution found for tf-nightly==2.16.0.dev20231211
patrickbryant1 commented 3 months ago

Hi,

I don't think this will impact the run. Did you try? Otherwise do: pip install tensorflow

Best,

Patrick