-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Hello!
So I was able to install pytides, and my code starts as:
from datetime import datetime
from pytides.tide import Tide
but I am having an error:
Traceback (most recent call last):
File "D:\DOUTORAMENTO\Tide\Tide_Extractor\predict_tidal_signal.py", line 2, in <module>
from pytides.tide import Tide
File "C:\Users\Debora\anaconda3\envs\tide\Lib\site-packages\pytides\__init__.py", line 3, in <module>
import tide
ModuleNotFoundError: No module named 'tide'
I don't know why, I opened the init file, and it seems fine. I also have tide.py in my folder, so I don't understand the issue...
Can somebody help me?
The init file from pytides is:
# -*- coding: utf-8 -*-
import tide
import astro
import constituent
import nodal_corrections
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels