scrublet icon indicating copy to clipboard operation
scrublet copied to clipboard

"import scrublet as scr" error

Open danielcgingerich opened this issue 3 years ago • 1 comments

I am getting this error when trying to import scrublet:


import scrublet as scr
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\danie\scrublet.py", line 1, in <module>
    from .helper_functions import *
ImportError: attempted relative import with no known parent package

danielcgingerich avatar Mar 02 '21 17:03 danielcgingerich

Hi @danielcgingerich, have you managed to figure this out? It looks like scrublet might not have been installed properly... How did you install it?

swolock avatar Mar 24 '21 03:03 swolock