An error occurred during the execution of the EXE file generated by pyinstall package
no module named sklearn.neighbors_typedefs
Solution
Delete the original dist, build file and spec file, and add:
python pyinstaller.py -F -c xxx.py --hidden-import sklearn.neighbors.typedefs
For example:
python pyinstaller.py -F device_data_collect.py -p src --hidden-import sklearn.neighbors.typedefs
Postscript
[postscript] in order to enable everyone to learn programming easily, I created a public official account, which includes programming for quick learning, and some dry cargo to improve your programming level. There are also some programming projects suitable for some courses design.
You can also add my wechat [1257309054] to bring you into the group and let us exchange and study together
Focus on me, we grow together~~