Opened 10 years ago
Last modified 10 years ago
#44087 closed defect
trouble installing py27-h5py osx snowleopard — at Initial Version
Reported by: | lisa.crossman@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | Cc: | ||
Port: | py-h5py |
Description
Hi, I have trouble installing py27-h5py on snowleopard with Xcode 3.2.6. Have run sudo port selfupdate and sudo port upgrade outdated Have cleaned py27-h5py and trying to install or reinstall.
Unfortunately I don't seem to be getting informative errors, but :
sudo port install -v py27-h5py ---> Computing dependencies for py27-h5py ---> Fetching archive for py27-h5py Warning: Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports. See this page for more information: <https://trac.macports.org/wiki/MisbehavingServers> ---> Attempting to fetch py27-h5py-2.3.0_0.darwin_10.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-h5py ---> Attempting to fetch py27-h5py-2.3.0_0.darwin_10.x86_64.tbz2.rmd160 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-h5py ---> Installing py27-h5py @2.3.0_0 ---> Activating py27-h5py @2.3.0_0 ---> Cleaning py27-h5py ---> Updating database of binaries ---> Scanning binaries for linking errors ---> No broken files found.
python Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import h5py
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named h5py
any advice appreciated.