unidip
                                
                                 unidip copied to clipboard
                                
                                    unidip copied to clipboard
                            
                            
                            
                        no module named 'unidip'
Per your website instructions, I used 'from unidip import UniDip' and I got an error on the import statement saying there is no module named unidip. I used pip to install it like your page says, and using pip list it shows up there. Cannot figure out why it's not recognizing it.
I haven't even tried to use it yet, just importing to make sure it works.
I'm using anaconda.
It works for me. Are you using Jupyter notebook? You have to restart kernel after pip install. Hope it helps.
got it to work! thank you
I am using Spyder (Python 2.7). I typed "pip install unidip" in cmd. I retyped the same command to check, and I got "Requirement already satisfied: unidip in c:\python27\lib\site-packages"
However, even after I restart IPython console, I continue to get: "ImportError: No module named unidip".
Any suggestions? Thank you!
EDIT: I have managed to overcome the ImportError problem. However, when I run "from unidip import UniDip", I get:
  File "c:\python27\lib\site-packages\unidip\unidip.py", line 230
  print(f"length of test on {filename}: {len(dat)}")
                                                  ^
  SyntaxError: invalid syntax