Open
Description
When trying to package the application using pyinstaller it complains :
pkg_resources.DistributionNotFound: The 'prettytable' distribution was not found and is required by the application
In fact, the distribution is available in the directory envname/Lib/site-packages but it has not the expected name by pyinstaller
prettytable
PTable-0.9.2.dist-info
I have just copy and rename the directory PTable-0.9.2.dist-info to prettytable-0.9.2.dist-info
So now in the directory envname/Lib/site-packages , I have among other directories,
prettytable
prettytable-0.9.2.dist-info
PTable-0.9.2.dist-info
And it fix the pyinstaller problem.
Metadata
Metadata
Assignees
Labels
No labels