GAN-GenerativeAdversarialNetwork icon indicating copy to clipboard operation
GAN-GenerativeAdversarialNetwork copied to clipboard

Updates to requirements.txt

Open wabhijan opened this issue 2 years ago • 0 comments

When installing required packages using pip install -r requirements.txt, gotten:

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

I assume this is because the library name is actually Pillow, hence performing pip install Pillow==6.2.0 might be what we are looking for.

wabhijan avatar Jul 11 '22 23:07 wabhijan