anandpawara / Real_Time_Image_Animation

The Project is real time application in opencv using first order model
GNU General Public License v3.0
3.23k stars 521 forks source link

Requirements.txt gives error on mac #8

Open tovVAar opened 4 years ago

tovVAar commented 4 years ago

Line 48 on Requirements.txt gives the following error on Mac:

ERROR: Could not find a version that satisfies the requirement pywin32==227 (from -r requirements.txt (line 48)) (from versions: none)
ERROR: No matching distribution found for pywin32==227 (from -r requirements.txt (line 48))
evertonberz commented 4 years ago

pywin32 is a Windows API wrapper, I think you don't need in Mac or Linux. Just delete this line from requirements.txt

I just tested in Linux and it works.