You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
I ran into some trouble running single_pulse_search.py and here's what I'm getting back. What do you suggest?
The text was updated successfully, but these errors were encountered: