Skip to content

Issues importing Pytides #28

@deborarodriguesp

Description

@deborarodriguesp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions