View Single Post
Old 12-09-2023, 11:22 AM   #1
Doum
Connoisseur
Doum began at the beginning.
 
Posts: 60
Karma: 10
Join Date: Jun 2020
Device: Kobo Aura HD
calibre_web on windows 11

HI ,

i follow https://lunatopia.fr/blog/gestion-bi...re-calibre-web
to installt calibre web on my windows 11. But that doest work

Have you an idea ?
I have alos installed Python 3.12.1

and alway the same error after :
python.exe -m pip install --upgrade pip


===============================

f11c2107d4
Building wheel for netifaces (pyproject.toml) ... error
error: subprocess-exited-with-error

× Building wheel for netifaces (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
running bdist_wheel
running build
running build_ext
building 'netifaces' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/v...p-build-tools/
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for netifaces
Successfully built Flask-Principal iso-639 SQLAlchemy
Failed to build netifaces
ERROR: Could not build wheels for netifaces, which is required to install pyproject.toml-based projects

[notice] A new release of pip is available: 23.2.1 -> 23.3.1
[notice] To update, run: python.exe -m pip install --upgrade pip

D:\calibreweb>python cps.py
Traceback (most recent call last):
File "D:\calibreweb\cps.py", line 28, in <module>
from cps.main import main
File "D:\calibreweb\cps\__init__.py", line 28, in <module>
from flask import Flask
ModuleNotFoundError: No module named 'flask'
Doum is offline   Reply With Quote