Answer the question
In order to leave comments, you need to log in
Why doesn't heroku see the pywin32 library when deploying?
In a python project I use the pywin32 libraries.
But when deploying to heroku, it gives this error. Tell me, maybe you need a different version (already tried 220-224) or heroku does not work with this library? How to decide?
Python app detected
-----> Installing requirements with pip
Collecting pywin32==221 (from -r /tmp/build_cfd4b292c180af4ad511e0d7f5a41816/requirements.txt (line 19))
Could not find a version that satisfies the requirement pywin32==224 (from -r /tmp/build_cfd4b292c180af4ad511e0d7f5a41816/requirements.txt (line 19)) (from versions: )
No matching distribution found for pywin32==224 (from -r /tmp/build_cfd4b292c180af4ad511e0d7f5a41816/requirements.txt (line 19))
! Push rejected, failed to compile Python app.
! Push failed
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question