Skip to content

Error during V2 Install #91

Closed Answered by Julian-Hochhaus
eiteldo asked this question in Q&A
Discussion options

You must be logged in to vote

The reason is that the used style for plotting is not available in your matplotlib installation. Honestly, I can only guess that it may be caused by an outdated matplotlib version in your installation.
In the main.py file, you are able to change the style used. (l.60 is relevant here)
In matplotlib 3.6, seaborn styles were renamed.
In LG4X-V1, the old naming convention was used (compare l.23 in main.py LG4X-V1 style.use('seaborn-pastel')
LG4X-V2 uses the new naming convention (since matplotlib 3.8.0, the old style naming is deprecated)

So you should probably either update your matplotlib installation or change (l.60 in main.py) to use styles in the old naming convention.
You can get a lis…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Julian-Hochhaus
Comment options

@smkim1223
Comment options

@Julian-Hochhaus
Comment options

Answer selected by Julian-Hochhaus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants