SpeedPPI icon indicating copy to clipboard operation
SpeedPPI copied to clipboard

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

Open ChristopherBottomsOMRF opened this issue 1 year ago • 2 comments

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

ChristopherBottomsOMRF avatar Mar 18 '24 23:03 ChristopherBottomsOMRF

Hi,

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

Best,

Patrick

patrickbryant1 avatar Mar 19 '24 08:03 patrickbryant1

@ChristopherBottomsOMRF try installing pip dependencies like this:

pip install biopython==1.81 click etils fsspec google-auth h5py markdown ml-collections  mmpbsa-py==16.0 svgwrite wrapt tf-keras-nightly pdb4amber protobuf rich rsa sander

Rohit-Satyam avatar Sep 17 '24 07:09 Rohit-Satyam