Seqera AI CLI
Installation
Command not found
If you see seqera: command not found after installation:
-
Ensure the Python scripts directory is in your PATH:
# Restart your terminal or run
source ~/.bashrc # or ~/.zshrc -
Verify your installation location:
pip show seqera-ai
Python version errors
If you see errors about Python version:
-
Check you have Python 3.13+ installed:
python3 --version -
If using multiple Python versions, specify the correct one:
python3.13 -m pip install seqera-ai
Permission errors
If you encounter permission errors during installation:
-
Use the
--userflag with pippip install --user seqera-ai
Authentication
Browser doesn't open
If the browser doesn't open automatically:
- Check the terminal output for a URL
- Copy and paste the URL into your browser manually
- Complete authentication in the browser
Login timeout
If authentication times out:
- Ensure you have internet connectivity
- Check that
https://seqera.iois accessible - Log out and log in again
Token storage errors
If you see keychain-related errors:
- Ensure your system keychain service is running
- Check that you have permission to access the keychain
note
The CLI will automatically fall back to file-based storage.
Session expired
If your session has expired:
-
Log out and log in again:
seqera logout
seqera login