Skip to content

Releases: iabraham/pyhcp

Common code: Win/MacOS/Linux

17 Mar 21:55

Choose a tag to compare

Pre-release

Changelog:

  1. The pathlib module has been heavily used to account for file naming conventions across platforms.
  2. The v0.1 environment.yml file 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 of botocore but given enough time it resolves it.
  3. v0.2 Now checks for presence of R's cifti package in the beginning and installs it on first run rather than requiring user to install. Watch out for gcc issues here.
  4. The main code in automate.py is now wrapped in a main() to avoid windows freeze_support issues 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