OpenTDA icon indicating copy to clipboard operation
OpenTDA copied to clipboard

No module named 'tda.snf'

Open axelderaismes opened this issue 7 years ago • 3 comments

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

axelderaismes avatar Sep 22 '18 17:09 axelderaismes

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.

zibozzb avatar Apr 23 '19 04:04 zibozzb

@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 avatar Apr 23 '19 04:04 outlace

@outlace Thank you for your getting back soon. This pip version works!! Thank you!

zibozzb avatar Apr 23 '19 04:04 zibozzb