#44033: Python 27 - pandas library (openpyxl)dependency issues ----------------------------------+------------------------ Reporter: meenu.kamalakshan@… | Owner: stromnov@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.0 Resolution: | Keywords: Port: py-pandas | ----------------------------------+------------------------ Comment (by meenu.kamalakshan@…): Hi , full cleaning did work . But as you said seems openpyxl had nothing to do with pandas. {{{ mkamalakshan$ port installed py27-openpyxl None of the specified ports are installed. mkamalakshan$ python Python 2.7.8 (default, Jul 13 2014, 17:11:32) [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import pandas }}}
Thanks for being patient and walking me through Lesson learnt: its easier to clean install macport Thank You Meenu Replying to [comment:15 meenu.kamalakshan@…]:
Hi , i did try the above mentioned commands already . I will try to start anew i will {{{ sudo port -fp uninstall installed }}}
I will let you know if that helps.
Replying to [comment:14 stromnov@…]:
You can try this: {{{ sudo port selfupdate sudo port uninstall py27-openpyxl sudo port install py27-openpyxl }}}
Note, in {{{ sudo port install py27-openpyxl @1.8.6 }}} @1.8.6 part completely ignored. MacPorts always use one version, specified in corresponding Portfile.
-- Ticket URL: <https://trac.macports.org/ticket/44033#comment:16> MacPorts <http://www.macports.org/> Ports system for OS X