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
For some reason, the folder epy_extras/ existed in my repository even though it wasn't in git ls-files nor in .gitignore. That folder existing is the reason for the error I was facing.
rm -rf epy_extras fixes it.
Feel free to close this. (But I am curious why this folder was left in the local repo when I pulled master branch.)
The culprit line is:
epy/epy.py
Lines 74 to 75 in f6965de
I think it should work with
ModuleNotFoundError
, but for some reason the error that I am getting isImportError
.As of now I'm simply adding
ImportError
to theexcept
block:The text was updated successfully, but these errors were encountered: