Troubleshooting
This page covers common issues and how to resolve them.
Command Not Found
Unknown command: nemo
Symptoms:
nemo: command not foundUnknown command: nemo
Cause:
If you installed nemo-platform with pip or uv pip, it was installed in a virtual environment. The nemo command is only available when that environment is activated.
Solution:
Activate the virtual environment where you installed the package:
Connection Issues
Unable to Connect to Server
Symptoms:
Connection refusedorConnection timed outerrors- Commands hang or fail with network errors
Solutions:
-
Verify the base URL is correct:
-
Check that the server is reachable:
-
If running locally, ensure services are up:
Authentication Errors
Symptoms:
401 Unauthorizedor403 ForbiddenerrorsInvalid API keymessages
Solutions:
-
Verify your credentials are configured:
-
Re-configure the connection:
-
Check that your API key is valid and has the required permissions.
Debugging
Enable Verbose Output
Use the --verbose flag to see detailed information about what the CLI is doing:
This shows:
- API requests being made
- Response details
- Configuration values being used
Check Current Configuration
View your full configuration to verify settings:
Getting Help
- Use
--helpon any command for usage information - See the reference for complete command documentation
- See configuration for detailed configuration options