Skip to content

Commit 9ca4f09

Browse files
committed
DOC: Add notes about pip and h5py
[ci skip]
1 parent 861cb79 commit 9ca4f09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

INSTALL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,12 @@ If running on OS X you should make sure that the Xcode and the Xcode command lin
104104
### postgres
105105

106106
If you are using Postgres.app on OSX, a database user will be created with your system username. If you want to use this user account, change the `USER` and `ADMIN_USER` settings to your username under the `[postgres]` section of your Qiita config file.
107+
108+
## Troubleshooting installation issues with Python
109+
110+
As a general rule of thumb you will want to have an updated version of Python
111+
2.7 and an updated version of pip (`pip install -U pip` will do the trick).
112+
113+
H5PY is known to cause a few problems, however their [installation
114+
instructions](http://docs.h5py.org/en/latest/build.html) are a great resource
115+
to troubleshoot your system in case any of the steps above fail.

0 commit comments

Comments
 (0)