I'm trying to build an app with cx_freeze and esky. It was working before (ok, maybe some months ago. Since then, python 3.5 went out).
I have the following exception:
File "/usr/lib/python3.5/site-packages/esky/util.py", line 578, in compile_to_bytecode
loader = importlib._bootstrap.SourceLoader()
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceLoader'
I'm using:
And I'm on Manjaro (Linux). I can not figure out where the problem comes from. Could you give me a hand please ?
I was able to fix the issue by running:
pip3 uninstall setuptools
pip3 install setuptools