# Check Python version
python --version
# ThothCTL requires Python 3.8+
pip install --upgrade thothctl
# Install with all dependencies
pip install thothctl[all]
# Force reinstall if issues persist
pip install --force-reinstall thothctl
# On Linux/macOS
chmod +x $(which thothctl)
# Or run with python
python -m thothctl --help
# Ensure proper installation
pip show thothctl
# Reinstall if needed
pip uninstall thothctl
pip install thothctl
# Initialize configuration
thothctl init --help
# Check config location
ls ~/.thothcf/
# Configure AWS CLI
aws configure
# Or set environment variables
export AWS_ACCESS_KEY_ID=your_key
export AWS_SECRET_ACCESS_KEY=your_secret
For additional support:
thothctl <command> --helpthothctl --debug <command>