Hi, I use pip to install pyflann and my environment is python3.5
when I compile "from pyflann import *", I got an error like this:
from pyflann import *
File "/.../anaconda3/lib/python3.5/site-packages/pyflann/init.py", line 27, in
from index import *
ImportError: No module named 'index'
so what I do next is pip install index, but I found the information: only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)]
is there any way to use pyflann in python3.5?
Thank a lot
Hi, I use pip to install pyflann and my environment is python3.5
when I compile "from pyflann import *", I got an error like this:
from pyflann import *
File "/.../anaconda3/lib/python3.5/site-packages/pyflann/init.py", line 27, in
from index import *
ImportError: No module named 'index'
so what I do next is pip install index, but I found the information: only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)]
is there any way to use pyflann in python3.5?
Thank a lot