gramps-web-api Throws "ModuleNotFoundError: No module named 'waitress'" After Executing "Executing task: python3 -O -m gramps_webapi run", etc. #771
Replies: 2 comments 4 replies
-
|
That's not what that doc pages says. And we can't help if you don't document your full steps.
|
Beta Was this translation helpful? Give feedback.
-
Agreed. The documentation at https://www.grampsweb.org/development/backend/setup/, (accessed 2026-02-08) includes no information helpful in this case, so I thought I'd ask. Full steps: I downloaded Ubuntu and Docker, etc (kindly read above), between 2026-02-06 and 2026-02-07. I won't document the full steps involved in installing Ubuntu, Docker, etc., because although that is what you asked, I suspect that will not produce a result. Disabuse me if I am incorrect. The steps I followed (excepting the linux terminal commands to install (see above)) are documented here: https://www.grampsweb.org/development/backend/setup/ Do you have a specific start for "full steps" (e.g.: Open VS Code, select "Clone Repository", select Documents as destination folder, wait whist repo clones, select "Reopen in Container" VS Code prompt, etc)? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Based on grampsweb.org/development/backend/setup/, what more do I need?
Operating System: Ubuntu 24.04.3 LTS
Docker Version
4.59.0 (217644)
Engine: 29.2.0
Compose: v5.0.2
Credential Helper: v0.9.5
Kubernetes: v1.34.1
VS Code Version: 1.109.0
Commit: bdd88df003631aaa0bcbe057cb0a940b80a476fa
Date: 2026-02-04T02:01:38.288Z
Electron: 39.3.0
ElectronBuildId: 13168319
Chromium: 142.0.7444.265
Node.js: 22.21.1
V8: 14.2.231.22-electron.0
OS: Linux x64 6.17.0-14-generic
Installation
Identifier
ms-vscode-remote.remote-containers
Version
0.442.0
Last Updated
9 hours ago
Size
7.21MB
Cache
4.43KB
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/human/Documents/gramps-web-api/gramps_webapi/main.py", line 34, in
import waitress # type: ignore
^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'waitress'
Beta Was this translation helpful? Give feedback.
All reactions