I'm trying to build an EXE using a cx_Freeze setup.py file with the following command:
python setup.py bdist_msi
The command's output ends with:
Copying data from package pkg_resources... error: [Error 3] The system cannot find the path specified: 'C:\Program Files\Anaconda2\lib\site-packages\setuptools-27.2.0-py2.7.egg\pkg_resources/*.*'
I'm not sure what to make of it. I've checked and the setuptools' egg exists, and inside it there is a pgk_resources library, and I'm not sure what to do.
I'm using a conda installation and python2.7.
Any help will be appreciated.