B
B
Bogdan Buchko2022-04-15 15:54:22
css
Bogdan Buchko, 2022-04-15 15:54:22

Why doesn't deploy happen?

I don't understand why the deployment doesn't happen. All libraries in requirements.txt that I use are correct.

asyncio
discord==1.7.3 
asyncpraw==7.5.0
easy_pil==0.1.6
requests==2.27.1


And here is the deployment log itself https://codeshare.io/yo8Bg9 (The code does not fit)

The end of the deployment log:
unknown.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sn0wSky, 2016-09-27
@Sn0wSky

Upload images not immediately to the grid

A
Alexander Nesterov, 2022-04-15
@AlexNest

It is obvious that the allowable time for installing the libraries is exceeded. This happens because of the long search for "compatible" libraries. In theory, it should help to install in two steps - first a conditional half (the main thing is that there should be a little less than it had time to install before the error), and then run the entire list (the first part will install from the cached local versions downloaded for the first time, which will take much less time)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question