Skip to content
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

unable to import main #1

Open
syamalapadala opened this issue Dec 23, 2021 · 0 comments
Open

unable to import main #1

syamalapadala opened this issue Dec 23, 2021 · 0 comments

Comments

@syamalapadala
Copy link

when I used the command:

from tsad import main

I am getting the below error

Traceback (most recent call last):

  File "/opt/conda/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3319, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)

  File "<ipython-input-7-0c5c1305b56d>", line 1, in <module>
    from tsad import main

  File "/opt/conda/lib/python3.7/site-packages/tsad/main.py", line 12
    import .models.lstm as models
           ^
SyntaxError: invalid syntax

kindly suggest me on resolving this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant