UChicago-Computational-Content-Analysis / Frequently-Asked-Questions

0 stars 0 forks source link

Unexpected error while running "nx.draw" #10

Closed Sirius2713 closed 2 years ago

Sirius2713 commented 2 years ago

Hey folks! I'm having a problem while running this code:

nx.draw(actor_network, with_labels=True, font_weight='bold')

in homework 3. The error message is:

NetworkXError: random_state_index is incorrect

I searched before and upgraded my decorator package as Stackoverflow guided, but it didn't work. Could anyone provide some advice? Thanks a lot for your help.