Opened 12 years ago
Closed 11 years ago
#36763 closed defect (fixed)
py33-pandas: Dependency 'py33-numpy' not found.
Reported by: | gbrtrac | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | cooljeanius (Eric Gallager), mlh@… | |
Port: | py33-pandas |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
On an SL system
install py33-pandas fails with the error:
Error: Dependency 'py33-numpy' not found.
I would like to note that the ipython installation was flawed, in that I have to issue the following command in the /opt/local/Library/Frameworks/Python.framework/Versions/3.3/bin directory:
sudo replace /Volumes/work/macports/Library/Frameworks/Python.framework/Versions /opt/local/Library/Frameworks/Python.framework/Versions *
Change History (12)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to stromnov@… |
Port: | py33-pandas added |
Priority: | High → Normal |
Summary: | install py33-pandas fails Error: Dependency 'py33-numpy' not found. → py33-pandas: Dependency 'py33-numpy' not found. |
comment:2 Changed 12 years ago by stromnov (Andrey Stromnov)
Sorry, py33-numpy currently doesn't exists in macports trunk.
Is it permissible to keep this unresolved dependency until py33-numpy?
comment:4 Changed 12 years ago by jmroot (Joshua Root)
You should remove 33 from the python.versions in py-pandas until py33-numpy and all the other dependencies exist.
comment:5 Changed 12 years ago by cooljeanius (Eric Gallager)
py33-numpy was added in r100283, does this mean py33-pandas can be added back now?
comment:6 follow-up: 7 Changed 12 years ago by stromnov (Andrey Stromnov)
Now I'm waiting for py33-scipy, which is optional, but highly recommended.
comment:7 Changed 12 years ago by cooljeanius (Eric Gallager)
Replying to stromnov@…:
Now I'm waiting for py33-scipy, which is optional, but highly recommended.
There's a proposal to add it in #37400
comment:10 Changed 12 years ago by cooljeanius (Eric Gallager)
comment:12 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
py33-pandas builds fine for me today so I assume this is fixed.
I'm not familiar with the
replace
command. What does it do? On my system I get "replace: command not found
". In any case let's please keep it to one issue per ticket. This ticket can be about the fact that py33-pandas declares a dependency on the nonexistent py33-numpy. If there are additional issues, please file additional tickets.