-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpip_install.log
More file actions
90 lines (86 loc) · 9.66 KB
/
Copy pathpip_install.log
File metadata and controls
90 lines (86 loc) · 9.66 KB
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
87
88
89
90
Collecting Flask==2.3.0 (from -r requirements.txt (line 1))
Using cached Flask-2.3.0-py3-none-any.whl.metadata (3.7 kB)
Requirement already satisfied: Flask-Login==0.6.2 in C:\Users\Administrator\AppData\Local\Python\pythoncore-3.14-64\Lib\site-packages (from -r requirements.txt (line 2)) (0.6.2)
Collecting Flask-SocketIO==5.3.4 (from -r requirements.txt (line 3))
Using cached Flask_SocketIO-5.3.4-py3-none-any.whl.metadata (2.6 kB)
Collecting Flask-Caching==2.0.2 (from -r requirements.txt (line 4))
Using cached Flask_Caching-2.0.2-py3-none-any.whl.metadata (2.2 kB)
Collecting Flask-Mail==0.9.1 (from -r requirements.txt (line 5))
Using cached Flask-Mail-0.9.1.tar.gz (45 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting Werkzeug==2.3.0 (from -r requirements.txt (line 6))
Using cached Werkzeug-2.3.0-py3-none-any.whl.metadata (4.2 kB)
Collecting python-socketio==5.9.0 (from -r requirements.txt (line 7))
Using cached python_socketio-5.9.0-py3-none-any.whl.metadata (3.2 kB)
Collecting python-engineio==4.7.1 (from -r requirements.txt (line 8))
Using cached python_engineio-4.7.1-py3-none-any.whl.metadata (2.2 kB)
Collecting python-dotenv==1.0.0 (from -r requirements.txt (line 9))
Using cached python_dotenv-1.0.0-py3-none-any.whl.metadata (21 kB)
Collecting google-genai==0.3.0 (from -r requirements.txt (line 10))
Using cached google_genai-0.3.0-py3-none-any.whl.metadata (19 kB)
Collecting reportlab==4.0.7 (from -r requirements.txt (line 11))
Using cached reportlab-4.0.7-py3-none-any.whl.metadata (1.3 kB)
Collecting pytubefix==6.3.4 (from -r requirements.txt (line 14))
Using cached pytubefix-6.3.4-py3-none-any.whl.metadata (4.3 kB)
Collecting Pillow==9.5.0 (from -r requirements.txt (line 16))
Downloading Pillow-9.5.0.tar.gz (50.5 MB)
---------------------------------------- 50.5/50.5 MB 2.0 MB/s 0:00:24
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
python : error: subprocess-exited-with-error
At line:1 char:1
+ python -m pip install -r requirements.txt 2>&1 | tee pip_install.log
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( error: subprocess-exited-with-e
rror:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Getting requirements to build wheel did not run successfully.
exit code: 1
[24 lines of output]
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Python\pythoncore-3.14-64\Lib\si
te-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 389,
in <module>
main()
~~~~^^
File "C:\Users\Administrator\AppData\Local\Python\pythoncore-3.14-64\Lib\si
te-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 373,
in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Python\pythoncore-3.14-64\Lib\si
te-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 143,
in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\Administrator\AppData\Local\Temp\pip-build-env-fou1152v\over
lay\Lib\site-packages\setuptools\build_meta.py", line 333, in
get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Temp\pip-build-env-fou1152v\over
lay\Lib\site-packages\setuptools\build_meta.py", line 301, in
_get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "C:\Users\Administrator\AppData\Local\Temp\pip-build-env-fou1152v\over
lay\Lib\site-packages\setuptools\build_meta.py", line 520, in run_setup
super().run_setup(setup_script=setup_script)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Temp\pip-build-env-fou1152v\over
lay\Lib\site-packages\setuptools\build_meta.py", line 317, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 29, in <module>
File "<string>", line 26, in get_version
KeyError: '__version__'
[end of output]
note: This error originates from a subprocess, and is likely not a problem
with pip.
ERROR: Failed to build 'Pillow' when getting requirements to build wheel