Opened 10 years ago

Closed 10 years ago

#44087 closed defect (invalid)

trouble installing py27-h5py osx snowleopard

Reported by: lisa.crossman@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.0
Keywords: Cc:
Port: py-h5py

Description (last modified by mf2k (Frank Schima))

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.

Change History (1)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: h5py removed
Port: py-h5py added
Resolution: invalid
Status: newclosed

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 Macports Users mailing list if you continue to have problems.

Note: See TracTickets for help on using tickets.