Here is my error:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
remote:              error: Command "gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/app/.heroku/python/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/private -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.9/numpy/core/src/private -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.linux-x86_64-3.9/numpy/core/src/private -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c numpy/random/mtrand/mtrand.c -o build/temp.linux-x86_64-3.9/numpy/random/mtrand/mtrand.o -MMD -MF build/temp.linux-x86_64-3.9/numpy/random/mtrand/mtrand.o.d" failed with exit status 1
remote:              ----------------------------------------
remote:          ERROR: Command errored out with exit status 1: /app/.heroku/python/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0rh1iukj/numpy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0rh1iukj/numpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-6zophdtl/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-wwz21w7w/overlay --compile --install-headers /tmp/pip-build-env-wwz21w7w/overlay/include/python3.9/numpy Check the logs for full command output.
remote:          WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available.
remote:          You should consider upgrading via the '/app/.heroku/python/bin/python -m pip install --upgrade pip' command.
remote:          ----------------------------------------
remote:        ERROR: Command errored out with exit status 1: /app/.heroku/python/bin/python /app/.heroku/python/lib/python3.9/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-wwz21w7w/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'Cython>=0.29.13' 'numpy==1.13.3; python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.6'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"' and platform_system=='"'"'AIX'"'"'' Check the logs for full command output.
remote:  !     Push rejected, failed to compile Python app.
remote:
remote:  !     Push failed
remote: Verifying deploy...
remote:
remote: !       Push rejected to disquairedn.
remote:
To https://git.heroku.com/disquairedn.git
 ! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/disquairedn.git'
ProcFile

Code : Sélectionner tout - Visualiser dans une fenêtre à part
web: gunicorn disquaire_project.wsgi
requirements.txt:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
aiohttp==3.7.2
altgraph==0.17
appdirs==1.4.3
asgiref==3.2.10
astroid==2.3.3
async-timeout==3.0.1
attrs==20.2.0
beautifulsoup4==4.8.0
branca==0.4.2
bs4==0.0.1
certifi==2019.11.28
cffi==1.14.6
chardet==3.0.4
colorama==0.4.3
cx-Freeze==6.4.2
cycler==0.10.0
Cython==0.29.21
decorator==4.4.2
distlib==0.3.0
dj-database-url==0.5.0
Django==3.1.2
django-debug-toolbar==3.1.1
django-heroku==0.3.1
filelock==3.0.12
folium==0.12.1
fsspec==0.8.3
future==0.18.2
graphviz==0.16
gunicorn==20.1.0
idna==2.9
imageio==2.9.0
imageio-ffmpeg==0.4.3
importlib-metadata==3.3.0
isort==4.3.21
Jinja2==2.11.3
kiwisolver==1.1.0
lazy-object-proxy==1.4.3
MarkupSafe==1.1.1
matplotlib==3.1.3
mccabe==0.6.1
moviepy==1.0.3
multidict==5.0.0
numpy==1.18.1
pandas==1.0.1
pefile==2019.4.18
Pillow==8.0.1
Platypus==1.0
ply==3.11
proglog==0.1.9
psycopg2==2.8.6
pybase64==1.1.4
pycparser==2.20
pygame==2.0.0
PyGraph==0.2.1
pyinstaller==4.1
pyinstaller-hooks-contrib==2020.11
pylint==2.4.4
PyOpenGL==3.1.5
pyparsing==2.4.6
python-dateutil==2.8.1
pytube==10.5.3
pytz==2019.3
pywin32-ctypes==0.2.0
requests==2.23.0
scipy==1.4.1
seaborn==0.10.0
showdownpy==0.1.5
six==1.14.0
sounddevice==0.4.2
SoundFile==0.10.3.post1
soupsieve==1.9.2
sqlparse==0.4.1
tqdm==4.59.0
typed-ast==1.4.1
typing-extensions==3.7.4.3
urllib3==1.25.8
virtualenv==20.0.7
Wave==0.0.2
websockets==8.1
whitenoise==5.3.0
wrapt==1.11.2
xlrd==1.2.0
xlutils==2.0.0
xlwt==1.3.0
yarl==1.6.2
zipp==3.0.0
Any help will be appreciated