Opened 10 years ago

Last modified 5 years ago

#41750 new defect

py-mahotas and py-pymorph not available after install — at Version 1

Reported by: j_molineux@… Owned by: stromnov@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: py-mohotas py-pymorph

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have tried to install the py-mahotas and py-pymorph packages. Everything appears to go OK...following returned

--->  Computing dependencies for py-mahotas
--->  Cleaning py-mahotas
--->  Scanning binaries for linking errors: 100.0%
--->  No broken files found.

However, when I go to import either module they can't be found. When I list available modules neither is listed. All the other modules I have installed work properly. I am running Mavericks.

Change History (1)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to stromnov@…

The output you showed above shows that those ports were already installed before you ran the commands.

Modules whose names begin with "py-" are stubs; they don't actually install anything. Each of our Python modules is available for several different versions of Python. Install the one for the specific version of Python you want. For example, if you want to use py-mahotas with MacPorts python27, install py27-mahotas.

py-pymorph appears to be available only for MacPorts python26, so you'll have to install py26-pymorph and use python26. I don't know if this is due to an oversight or due to an incompatibility with other Python versions.

Note: See TracTickets for help on using tickets.