RVR-PYTHON-999
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-PYTHON-999
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Issue Summary:
- The error code RVR-PYTHON-999 is a Rivery Python User Error related to Rivery's Python logic step. This error usually indicates a problem within a user's Python code or script when executed as part of a Rivery process, such as syntax errors, execution errors, or misconfigurations with Python packages or environments.
Action Steps:
- Review your Python script: Check for syntax errors or misconfigurations within the script that could cause it to fail. This includes checking for correct import statements, logical errors, or unsupported operations in Python.
- Check Python Version and Packages: Ensure you are using Python 3.8.4, as it is the supported version in Rivery. Also, confirm whether the required packages are installed and available in the Rivery environment. If additional packages are needed beyond those provided by default (NumPy, Pandas, Matplotlib, etc.), ensure they are correctly installed.
- Error Logs and Messages: Examine any error messages or logs available within the Rivery console for more detailed information about the error. This can provide clues on which part of the script failed.
- Testing in Local Environment: Run your code in a local Python environment with the same version to see if errors can be reproduced outside Rivery, which might help pinpoint the issue.
External References:
- For more details on Python configurations and common issues, refer to the Rivery Python guide on configuring Python steps.
- General Python troubleshooting tips can be found in the Python documentation, which may assist in identifying and resolving syntax or runtime errors.
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?