scrublet
scrublet copied to clipboard
"import scrublet as scr" error
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
Hi @danielcgingerich, have you managed to figure this out? It looks like scrublet
might not have been installed properly... How did you install it?