0

I try to get an executable with PyInstaller (v4.5) but I get the following error message:

pkg_resources.DistributionNotFound: The 'jsonschema' distribution was not found and is required by the application

Similar to this issue on Stackoverflow

My code is just a test-code:

import pandas
import tkinter as tk

root = tk.Tk()
root.mainloop()

The issue is somehow related to the pandas library. Can anybody help with this issue?

abc
  • 157
  • 1
  • 13
  • The error message says you need the 'jsonschema' distribution. Did you try installing that? – Ether Aug 05 '21 at 17:28
  • @Ether Yes, that was already pre-installed, but I tried it with different versions as well. But still got the same error message – abc Aug 12 '21 at 06:20

0 Answers0