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

Pipeline cannot be import #8

Open
astomer2 opened this issue Mar 14, 2024 · 0 comments
Open

Pipeline cannot be import #8

astomer2 opened this issue Mar 14, 2024 · 0 comments

Comments

@astomer2
Copy link

Hello dear developers,
I downloaded the DAP package on pipy, and pip installed it successfully, but I couldn’t use it when testing.

from DPApipeline import DPA

ModuleNotFoundError Traceback (most recent call last)
Cell In[2], line 5
3 import pandas as pd
4 import numpy as np
----> 5 from Pipeline import DPA
6 import time
8 get_ipython().run_line_magic('load_ext', 'autoreload')

ModuleNotFoundError: No module named 'Pipeline'

I found a closed issue talking about the same issue. I also tried to use pip to install directly from git, but the same problem occurred. Is this caused by pip? Do I have to compile and install from source?

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