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

Import Error on single_pulse_search.py #168

Open
karina-ks opened this issue Jun 23, 2022 · 1 comment
Open

Import Error on single_pulse_search.py #168

karina-ks opened this issue Jun 23, 2022 · 1 comment

Comments

@karina-ks
Copy link

I ran into some trouble running single_pulse_search.py and here's what I'm getting back. What do you suggest?

Traceback (most recent call last):
  File "/opt/pulsar/presto/bin/single_pulse_search.py", line 8, in <module>
    from presto.presto import rfft, next2_to_n
ModuleNotFoundError: No module named 'presto.presto'
@scottransom
Copy link
Owner

Did you try step #3 in the Troubleshooting part of INSTALL.md? That suggests you run a simple pythong test source that tests the compiled python libraries. The error suggests that that either didn't get built or installed correctly.

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

2 participants