Search code examples
pythonlinuxcx-freeze

cx_freeze exe run infinite time whithout stopping


Adter creating an exe with cx-freeze python 3.6 , in windows works fine but in linux it run infite times without stopping even i put just print('hello word') it just keep printing hello world without stopping.


Solution

  • the problem caused by joblib, use : scikit-learn==0.21.1 joblib==0.11