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
Hi,
I've tried to run trendet script but it gives me an attribute error:
AttributeError: partially initialized module 'trendet' has no attribute 'identify_all_trends' (most likely due to a circular import)
Do you have any idea what that could be?
The text was updated successfully, but these errors were encountered:
Hi both @maciekinlondon and @bagcivan, thanks for reporting it! I'll try to solve this later today hopefully and then release a new version with the updated code! 🔥
Hi alvarobartt, Im getting the same error. Strangly when I first installed the library it worked fine, without changing anything I returned to the code last night 3/10/2021 and it gave this error. Ive tried updating the library without success.
I was running the sample code listed below
Any news on a fix ?
Thanks
import trendet
import matplotlib.pyplot as plt
import seaborn as sns
Hi,
I've tried to run trendet script but it gives me an attribute error:
AttributeError: partially initialized module 'trendet' has no attribute 'identify_all_trends' (most likely due to a circular import)
Do you have any idea what that could be?
The text was updated successfully, but these errors were encountered: