No module named 'tda.snf'
Hello Brandon, Great tutorial and great package! Nonetheless, I have this error : "No module named 'tda.snf'" while doing pip setup.py install (or pip install https://github.com/outlace/OpenTDA.git). This is surely due to the fact that snf is a pyx file. I checked that I have already Cython. Can you help me? Thanks in advance! Axel
Hi Brandon, I go through your tutorial and want to try some examples in your tutorial. While I have the same issue as axelderaismes. I will appreciate it if you can help us.
@axelderaismes Sorry I just saw this issue, not sure how I missed it as I've been relatively active on GitHub. @zibozzb I will fix the pip install issue soon. In the meantime, you can look back at my prior commit before we had the pip install version here: https://github.com/outlace/OpenTDA/tree/c9c93b60e29bbcb31ecbcba1e855274289ce1ecd
You just need to import the relevant functions from these files
@outlace Thank you for your getting back soon. This pip version works!! Thank you!