(env3) (master|✔) ~/git/hypertools/examples$ python plot_digits.py
Traceback (most recent call last):
File "plot_digits.py", line 21, in <module>
hyp.plot(data, 'o', group=group)
File "/home/ubuntu/env3/lib/python3.5/site-packages/hypertools/plot/plot.py", line 191, in plot
x = reshape_data(x,group)
File "/home/ubuntu/env3/lib/python3.5/site-packages/hypertools/_shared/helpers.py", line 127, in reshape_data
categories = list(sorted(set(labels), key=labels.index))
AttributeError: 'numpy.ndarray' object has no attribute 'index'
My packages:
python version: