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
File "run_edda.py", line 35, in <module>
from filters import *
File "/Users/jonas/git/edda/edda/filters/__init__.py", line 15, in <module>
import rs_status
File "/Users/jonas/git/edda/edda/filters/rs_status.py", line 17, in <module>
from edda.supporting_methods import capture_address
ImportError: No module named edda.supporting_methods
tried several approaches to make sure it's not because of my pwd; not that experienced with python itself so might be a trivial bug (since I do see the supporting_method's file).
The text was updated successfully, but these errors were encountered:
tried several approaches to make sure it's not because of my pwd; not that experienced with python itself so might be a trivial bug (since I do see the supporting_method's file).
The text was updated successfully, but these errors were encountered: