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
python .\main.py
Traceback (most recent call last):
File "D:\QC supplements\Code\Apps\reddit\Reddit_Unlocked\main.py", line 14, in <module>
from run import display_praw, stats_praw, body_to_graph, get_keyword_dict
File "D:\QC supplements\Code\Apps\reddit\Reddit_Unlocked\run.py", line 84, in <module>
plotly.tools.set_credentials_file(username='reddit_unlocked', api_key='gfnXKc7JvUKST4HRJyFX')
AttributeError: module 'plotly.tools' has no attribute 'set_credentials_file'
Here is the line 82
I look at the plotly v5.14.1 documentation and see that there is indeed no
plotly.tools
here. Can you take a look?The text was updated successfully, but these errors were encountered: