Hey @David_Keeney! Just wondering, will htm.core be available through a simple ‘pip install …’ at any point? I had no problem compiling from source, just that it would be ideal to be able to include ‘htm.core’ as a module in my requirements.txt 
Hope you’re doing well!
@sheiser1,
Creating a pip install requires a significant amount of effort. We would have to do builds for every combination of python version, each version of C++ and each platform (each version of Linux, Windows, OSx) and upload them. We no longer have our automated build environment so this would all have to be done by hand every time we changed the library.
But if someone would like to volunteer to take on this project and automate it, go for it.
1 Like