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
One can also go the __init__.py route. I had success adding an empty __init__.py file in each subdirectory that throws this sort of error (e.g. utils). I'm not an expert with the new Python package logic, but I believe the __init__.py file allows Python to make subdirectories recognizable/importable as packages as is done here.
Hello,
I get this error when I follow the instructions to run the code:
Users need to run this command before to eliminate that error:
I suggest adding that command explicitly in
README.md
.The text was updated successfully, but these errors were encountered: