Tag / Python
-
Simple steps for install Python and Tensorflow
Python Installation Note ! TensorFlow only supports 64-bit Python 3.5.x on Windows
-
3 Steps How to convert .py to .exe
I. how to change .py to .exe. (In no problem case) Install pyinstaller with command “pip install pyinstaller” “pyinstaller.exe” will located in …/Scripts/ With command “pyinstaller — onefile …/yourfile.py”, it will generate .exe which located in …/Scripts/dist
Loading posts...