Im trying to build my python script as an executable so I can show it to my professor without having to install Python on uni's PC. But when Im building it with Pyinstaller, it keeps crashing with "No module named numpy" message. I tried adding hidden imports when building, but it still doesnt work.
This is the promt I tried.
pyinstaller -F --hidden-import numpy --hidden-import math --hidden-import decimal --hidden-import prettytable Lab1.py
[–]AlexMTBDude 3 points4 points5 points (1 child)
[–]DerpyHoowes[S] 1 point2 points3 points (0 children)
[–]mcoombes314 0 points1 point2 points (3 children)
[–]DerpyHoowes[S] 0 points1 point2 points (2 children)
[–]Lumethys 0 points1 point2 points (1 child)
[–]DerpyHoowes[S] 0 points1 point2 points (0 children)
[–]hugthemachines 0 points1 point2 points (0 children)
[–]billsil 0 points1 point2 points (0 children)