microsoft / ELL

Embedded Learning Library
https://microsoft.github.io/ELL
Other
2.29k stars 294 forks source link

errors while running cmake --build . --config Release command #243

Closed supurbnik9 closed 3 years ago

supurbnik9 commented 4 years ago

I got following errors while executing build command cmake --build . --config Release

errors: Untitled

lovettchris commented 4 years ago

This could indicate you are not building ell from a configured Python 3.6 environment. See the python setup steps.