Overview
This guide covers common errors encountered during the installation and setup of Automagik Tools, including platform-specific issues and dependency conflicts.uv Installation Issues
Cannot Install uv
Problem: Installation script fails or hangsNetwork Issues
Network Issues
Corporate Proxy
Corporate Proxy
Firewall Blocking
Firewall Blocking
uv Installed but Not in PATH
Problem:uvx: command not found after successful installation
Solutions by Platform:
- Linux/macOS (Bash)
- macOS (Zsh)
- Windows (PowerShell)
- Windows (Command Prompt)
Python Environment Issues
Wrong Python Version
Problem: System Python is too old (< 3.10)- Ubuntu/Debian
- macOS
- Windows
- CentOS/RHEL
Multiple Python Versions Conflict
Problem: Multiple Python installations causing confusion Solution:Missing Python Development Headers
Problem:Python.h: No such file or directory during compilation
- Ubuntu/Debian
- CentOS/RHEL
- macOS
- Windows
Dependency Installation Errors
SSL Certificate Errors
Problem:SSL: CERTIFICATE_VERIFY_FAILED during installation
Solutions:
Compilation Errors
Problem:error: command 'gcc' failed or compilation errors
Solutions by Platform:
- Ubuntu/Debian
- macOS
- Windows
Wheel Building Failed
Problem:Failed building wheel for <package>
Solution:
Conflicting Dependencies
Problem:ERROR: Cannot install automagik-tools because these package versions have conflicting dependencies
Solution:
Platform-Specific Issues
Windows: Microsoft Visual C++ Required
Problem:error: Microsoft Visual C++ 14.0 or greater is required
Solution:
1
Download Build Tools
Download Visual Studio Build Tools:
https://visualstudio.microsoft.com/visual-cpp-build-tools/
2
Install C++ Build Tools
Run installer and select:
- Desktop development with C++
- MSVC v142 or later
- Windows 10 SDK
3
Restart and Retry
macOS: Command Line Tools Missing
Problem:xcrun: error: invalid active developer path
Solution:
Linux: Permission Denied
Problem: Permission errors during installation Solutions:Architecture Issues
ARM vs x86_64 Mismatch
Problem:Platform mismatch or architecture errors
- macOS (Apple Silicon)
- Linux (ARM)
- Windows (ARM)
Virtual Environment Issues
venv Creation Failed
Problem: Cannot create virtual environment Solution:venv Not Activating
Problem: Virtual environment activation doesn’t work- Windows PowerShell
- Windows Command Prompt
- Linux/macOS
Offline Installation
Installing Without Internet
Problem: Need to install in air-gapped environment Solution:1
Download Packages
On machine with internet:
2
Transfer Files
Copy
packages/ directory to offline machine3
Install Offline
On offline machine:

