Installation#

Installing from PyPI#

reVReports can be installed via pip from PyPI.

pip install reVReports

Note

It is recommended to install and run reVReports from an isolated environment (pixi or conda) rather than a system Python.

Handling ImportErrors#

If you encounter an ImportError, it usually means that Python could not find reVReports in your active environment. You can inspect the search path with:

import sys
sys.path

If multiple Python installations are present, ensure reVReports is installed in the interpreter you are using (for example, avoid /usr/bin/python). Using a dedicated environment helps avoid these conflicts.