I
I
Irina2019-03-02 00:26:56
Python
Irina, 2019-03-02 00:26:56

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

1 answer(s)
A
AWEme, 2019-03-02
@vera_ira

There is a suspicion that libraries for Windows do not really like to work from under Linux ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question