I am using PyCharm and try to import rpy2
(version 3.3.5) with the following code:
import numpy as np
import pandas as pd
import rpy2.robjects.packages as packages
print("TEST")
I get the following error:
R[write to console]: Error: cons memory exhausted (limit reached?)
R[write to console]: Error: no more error handlers available (recursive errors?); invoking 'abort' restart
Process finished with exit code -1073741784 (0xC0000028)
I am using Windows 10, have 16GB RAM available.