Check that the AlphaInstaller is copying the src folder correctly
epignatelli opened this issue · 1 comments
epignatelli commented
Description:
When compiling from source, a postbuild event copies all the .py
files to a C:\ProgramData\BHoM\python*\src\
folder.
This is necessary, such that the InstallMachineLearningToolkit
will pick up the python package to install.
When using the Installer, this doesn't happen.
How to replicate:
Run the latest Alpha Installer.
Expected behaviour:
The installer should be copy the files the same way the compilation from source does.
Test file(s):
epignatelli commented
Update: the issue is present in the current alpha installer
FYI @FraserGreenroyd