i am trying to create an executable using cx_freeze. and when i run
python setup.py build
i get the following error:
from setuptools.errors import OptionError
ImportError: cannot import name 'OptionError' from 'setuptools.errors'
I am working in anaconda. I tried reverting to a previous cx_freeze version with no luck. This a a new problem two month ago when i created another virtual envieonment i didn't have this problem. This is why i'm guessing it could be maybe a version issue. However i can't seem to find the correct version to install. i also checked other related issues however i didn't find a solution that works for me. If you have an idea please let me know! Thank you