Troubleshooting
Windows Issues
- Make sure Python scripts directory is in your PATH:
C:\Users\<username>\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\Scripts
- If commands like
pip
aren’t recognized, you might need to add this directory to your PATH environment variable - If Python commands still don’t work, try uninstalling Python and reinstalling it from the Microsoft Store for a cleaner setup
macOS Issues
- For macOS users experiencing issues, installing Python via Homebrew is recommended:
brew install python
Common Problems
- ImportError: Make sure you’ve installed the package correctly with
pip install reacter-openapitools
- API Connection Errors: Verify your internet connection and that your API keys are entered correctly
- Permission Denied: Some tools may require additional permissions to execute, especially bash scripts
Claude desktop issues
Getting Help
If you continue experiencing issues after trying these troubleshooting steps, please:
- Check the GitHub Issues page
- Contact support at support@openapitools.com
Last updated on