tensorflow2-generative-models icon indicating copy to clipboard operation
tensorflow2-generative-models copied to clipboard

Complete Requirements of the Environment

Open GloryyrolG opened this issue 4 years ago • 2 comments
trafficstars

Hi,

I just found there are required packages but not included in requirement.txt. Could you guys kindly provide an updated one? Thanks.

GloryyrolG avatar Jun 30 '21 01:06 GloryyrolG

E.g., it said

ERROR: Could not find a version that satisfies the requirement tf-nightly-2.0-preview==2.0.0.dev20190513 (from versions: none)
ERROR: No matching distribution found for tf-nightly-2.0-preview==2.0.0.dev20190513

when I ran pip install tf-nightly-2.0-preview==2.0.0.dev20190513.

GloryyrolG avatar Jun 30 '21 01:06 GloryyrolG

Hey, these are just notebooks that are mostly intended to be run in colab so I didn't worry about requirements. It sounds like the tf-nightly was taken off of pip. I'd happily pull in a PR replacing tf-nightly with pip install tensorflow==2.* or something along those lines in the notebooks!

timsainb avatar Jul 01 '21 05:07 timsainb