BHoM/Python_Toolkit

Check that the AlphaInstaller is copying the src folder correctly

epignatelli opened this issue · 1 comments

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):

Update: the issue is present in the current alpha installer

FYI @FraserGreenroyd