Scweet
Scweet copied to clipboard
ImportError: attempted relative import with no known parent package
Hi
Wondering if you could help with the following. When executing the script I get the following Import Error:
File "scweet.py", line 9, in
Thanks
Can you use the notebook instead ? I'm working on the library right now so I'm trying to fixe this issue. Thank.
If you really want to work with the CLI, I recommend you go to scweet.py and change the line 9 from from .utils import init_driver to from utils import init_driver. There could be aother changes to do similar to this in the other files