Closed tsgouros closed 4 years ago
Hm, I don't have this problem when pip install locally or on Binder. What happens when you try in your local setup?
Seems to work on local machine. Behavior is different on colab if I do '!pip install -Iv echopype==0.3.2'. Won't let me do 'from echopype import Convert' but I can do 'from echopype import convert' and 'import echopype', neither of which work with 0.4.0.
Interesting. We did change the import statement slightly in v0.4.0 (part of #135). Let me take a look.
@tsgouros can you give this a try: !pip install git+https://github.com/leewujung/echopype.git@import-fix#egg=echopype
It works for me on colab now. If this runs fine no problem, I'll combine this with the other fix on two-in-one transducer config parsing in v0.4.1.
Appears to work, thank you.
Or maybe I should let you close it.
On a fresh colab, after 'pip install echopype' and 'from echopype import convert':
This error happens with "from echopype import Convert" also.
Here's the pip install log, all seems clean for echopype-0.4.0