0

I have processed an exe with pyinstaller 4.0, python 3.8 and Matplotlib version 3.3 in windows 10. With the console I execute the file.

file.exe arg1 arg2 arg3

Then the error appears.

RuntimeError: Could not find the matplotlib data files.

Can you help to solve the problem.

1

1 Answer 1

0

Found a similar problem here

They could go around the problem with downgroading matplotlib for now.

pip install matplotlib==3.0.3

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.