Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#37006 closed defect (duplicate)

Help with MacPorts

Reported by: mggagni@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: tk

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

I am taking a class online called Computational Investing. I had to download Xcode and MacPorts for this class to write codes thru Python. I had to download some prerequisites thru terminal so I can use Python. Here is a list of the prerequisites that I need to have downloaded.

sudo port install git-core +svn
sudo port install python27
sudo port install py27-numpy @1.6.1
sudo port install py27-scipy @0.10.0
sudo port install py27-matplotlib @1.1.0 (DOWNLOAD SAYS FAIL)
sudo port install py27-dateutil
sudo port install py27-pandas @0.7.3 (DOWNLOAD SAYS FAIL)
sudo port install py27-epydoc
sudo port install py27-distribute
sudo port install py27-pyqt4

Attachments (2)

numpy_main.log (4.9 KB) - added by mrmcfadd@… 11 years ago.
pandas_main.log (4.9 KB) - added by mrmcfadd@… 11 years ago.

Download all attachments as: .zip

Change History (11)

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

Description: modified (diff)
Priority: HighNormal

Please attach the main.log file showing exactly what problem you are encountering.

Changed 11 years ago by mrmcfadd@…

Attachment: numpy_main.log added

Changed 11 years ago by mrmcfadd@…

Attachment: pandas_main.log added

comment:2 Changed 11 years ago by mrmcfadd@…

I am taking this class as well and having the exact same issues with these 2 downloads. I am using Mountain Lion. I attached the log files I received.

comment:3 Changed 11 years ago by neverpanic (Clemens Lang)

It seems there might be a missing dependency for xorg-libX11. However, it's hard to tell, because the logfile you attached is not from a clean build attempt. Please run port clean py27-tkinter and re-try. Attach the new main.log if it fails again.

comment:4 Changed 11 years ago by mrmcfadd@…

This is what I got when trying to run clean py27-tkinter.

Michael-McFaddens-MacBook-Pro:~ mrmcfadd$ port clean py27-tkinter
--->  Cleaning py27-tkinter
Warning: Only cleaning in ~/.macports; insufficient privileges for standard locations
Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:5 Changed 11 years ago by mggagni@…

Numpy is working for me but matplotlib and pandas are the only ones not working for me

comment:6 in reply to:  4 Changed 11 years ago by pixilla (Bradley Giesbrecht)

Replying to mrmcfadd@…:

Warning: Only cleaning in ~/.macports; insufficient privileges for standard locations

sudo port clean py27-tkinter

comment:7 Changed 11 years ago by neverpanic (Clemens Lang)

Port: tk added
Resolution: duplicate
Status: newclosed

Duplicate of #37005. Please run selfupdate, clean py27-tkinter and try again.

Last edited 11 years ago by neverpanic (Clemens Lang) (previous) (diff)

comment:8 Changed 11 years ago by mggagni@…

i tried sudo port clean py27-tkinter and it still says failed.

Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:9 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

The bug of which this one is marked as a duplicate is marked as fixed. Have you run sudo port selfupdate and tried again?

Note: See TracTickets for help on using tickets.