-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Problem
When I am running the command shared below, after resolving GH-659, I am receiving another Python traceback with no indication what I was doing wrong.
uvx cratedb-toolkit settings compareTraceback (most recent call last):
File "/path/to/python3.11/site-packages/cratedb_toolkit/settings/compare.py", line 345, in compare_cluster_settings
from cratedb_toolkit.docs.settings import SettingsExtractor
File "/path/to/python3.11/site-packages/cratedb_toolkit/docs/settings.py", line 22, in <module>
from bs4 import BeautifulSoup
ModuleNotFoundError: No module named 'bs4'Proposal
Invoking the command like that should yield a user message that indicates the corresponding package extra must be installed.
pip install 'cratedb-toolkit[settings]'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels