Releases: iabraham/pyhcp
Releases · iabraham/pyhcp
Common code: Win/MacOS/Linux
Changelog:
- The
pathlibmodule has been heavily used to account for file naming conventions across platforms. - The v0.1
environment.ymlfile was found to be inadequate/bloated for porting. A minimal version is now in v0.2. In MacOS it seems to have conflict issues with versions ofbotocorebut given enough time it resolves it. - v0.2 Now checks for presence of R's
ciftipackage in the beginning and installs it on first run rather than requiring user to install. Watch out for gcc issues here. - The main code in
automate.pyis now wrapped in amain()to avoid windowsfreeze_supportissues with multiprocessing
Tested on the following platform(s) configuration(s) with latest available versions of awscli and workbench for each:
- Ubuntu Linux 18.04 with Anaconda 4.6.4 and Python 3.7
- MacOSX Mojave with Anaconda 4.5.11 and Python 3.7
- Fresh Windows 10 Install with Conda 4.5.12, Anaconda Navigator 1.9.6 and Python 3.7
and confirmed to work:
P.S: For workbench to work on the fresh install, it was necessary to install the 2015 Visual Studio Redistributable