# Issue with HDF5/Homebrew on 0.6.4

**URL:** https://discourse.julialang.org/t/issue-with-hdf5-homebrew-on-0-6-4/13791
**Category:** Data
**Created:** [August 20, 2018, 9:56pm UTC](https://discourse.julialang.org/t/issue-with-hdf5-homebrew-on-0-6-4/13791 "2018-08-20T21:56:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gideonsimpson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gideonsimpson/32/1928_2.png) [@gideonsimpson](https://discourse.julialang.org/u/gideonsimpson)
#### Post date: [August 20, 2018, 9:56pm UTC](https://discourse.julialang.org/t/issue-with-hdf5-homebrew-on-0-6-4/13791/1 "2018-08-20T21:56:46Z")

</div>

The following is preventing me from getting HDF5 up and running. This used to work for me, but I had to reinstall 0.6.4 after finding I couldn’t get HDF5 in 0.7 working, and now HDF5 won’t install.

```julia
INFO: Building HDF5
WARNING: Couldn't find bottle stanza in autoconf
==> Installing gmp from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/gmp-6.1.2_2.high_sierra.bot
Already downloaded: /Users/guardian/Library/Caches/Homebrew.jl/gmp-6.1.2_2.high_sierra.bottle.tar.gz
==> Pouring gmp-6.1.2_2.high_sierra.bottle.tar.gz
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall staticfloat/juliatranslated/gmp`
==> Summary
🍺 /Users/guardian/.julia/v0.6/Homebrew/deps/usr/Cellar/gmp/6.1.2_2: 18 files, 3.1MB
================================[ERROR: HDF5]=================================

LoadError: failed process: Process(`/Users/guardian/.julia/v0.6/Homebrew/deps/usr/bin/brew install --ignore-dependencies staticfloat/juliatranslated/gmp`, ProcessExited(1)) [1]
while loading /Users/guardian/.julia/v0.6/HDF5/deps/build.jl, in expression starting on line 41

```
