#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)
Change History (11)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Priority: | High → Normal |
Changed 12 years ago by mrmcfadd@…
Attachment: | numpy_main.log added |
---|
Changed 12 years ago by mrmcfadd@…
Attachment: | pandas_main.log added |
---|
comment:2 Changed 12 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 12 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 follow-up: 6 Changed 12 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
comment:5 Changed 12 years ago by mggagni@…
Numpy is working for me but matplotlib and pandas are the only ones not working for me
comment:6 Changed 12 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 12 years ago by neverpanic (Clemens Lang)
Port: | tk added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #37005. Please run selfupdate, clean py27-tkinter and try again.
comment:8 Changed 12 years ago by mggagni@…
i tried sudo port clean py27-tkinter
and it still says failed.
comment:9 Changed 12 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?
Please attach the main.log file showing exactly what problem you are encountering.