Closed sezanzeb closed 3 years ago
It was probably because batterycalculator
was not installed from within the anaconda environment, but rather in the default python paths. conda prompt
, then install the missing package via pip.
I'll close it for now, other issues popped up with the environment in the meantime that we need to fix first. If the issue still persists I'll reopen.
pyqt5 is in the output directory, but not our custom packages that we have installed locally.
Both are imported in the file that we selected. We added the package name to hidden-import with no avail. Running the exe shows
ModuleNotFoundError
.main.py:
the
batterycalculator
package is installed on the system via pip and can be imported from the command line.