Traceback (most recent call last):
sns.lmplot("x", "y", data=df, fit_reg=False, size=6)
File "/usr/local/lib/python3.4/dist-packages/seaborn/regression.py", line 590, in lmplot
facets.map_dataframe(regplot, x, y, **regplot_kws)
File "/usr/local/lib/python3.4/dist-packages/seaborn/axisgrid.py", line 805, in map_dataframe
data_ijk = data_ijk.dropna()
File "/usr/lib/python3/dist-packages/pandas/core/frame.py", line 2411, in dropna
count = agg_obj.count(axis=agg_axis)
File "/usr/lib/python3/dist-packages/pandas/core/frame.py", line 3859, in count
counts = notnull(frame.values).sum(1)
File "/usr/lib/python3/dist-packages/pandas/core/common.py", line 276, in notnull
return -res
TypeError: The numpy boolean negative, the - operator, is not supported, use the ~ operator or the logical_not function instead.
should work just as well in a virtualenv yes?