pythonic-cv
pythonic-cv copied to clipboard
Missing names file from installed version
When installed through pip the default names.txt file doesn't get added to the examples directory.
Use a manifest file as per here to include appropriately.
Current workaround is to download names.txt from the repo and add the file to .../python3.X/site-packages/pcv/examples where your python libraries are installed.