#44087: trouble installing py27-h5py osx snowleopard ------------------------------+-------------------------------- Reporter: lisa.crossman@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.0 Resolution: invalid | Keywords: Port: py-h5py | ------------------------------+-------------------------------- Changes (by mf2k@…): * keywords: h5py => * status: new => closed * resolution: => invalid * port: => py-h5py Old 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.
New 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. -- Comment: In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers ({{{port info --maintainers py27-h5py}}}). That's because you are using the system python, not the one from Macports. Since Trac is not for tech support, follow-up on the [https://lists.macosforge.org/mailman/listinfo/macports-users Macports Users mailing list] if you continue to have problems. -- Ticket URL: <https://trac.macports.org/ticket/44087#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X