-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trouble importing #14
Comments
I'm facing this issue too, vchkan. Did you solve it? |
Hi vic, got it working with Anaconda Python 2.7. |
Hi Vic,
|
Nice! With these corrections should pytide start working?
Em segunda-feira, 14 de agosto de 2017, Jonne Kleijer <
[email protected]> escreveu:
Hi Vic, Looks like the code is made for Python 2.(7). The relative import
does not work in python 3.6 (e.g. "import nodal_corrections" as nc should
be "from pytides import nodal_corrections as nc" in constituent.py). Also
"reduce" is not used in Python 3, and should then be replaced by
functools.reduce(), however for loop is more readible.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.<
|
There are several Python 3 forks: |
I get this error
I installed a different fork of pytides and it worked:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm having some trouble importing pytides, running Python 3.6.0 on 64 bit Anaconda.
Anyone else run into this?
The text was updated successfully, but these errors were encountered: