-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: are correct versions of numpy being installed / statsmodel install (wheel issue?) #4142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
looks like |
it's trying to create a dir |
k, put up a pr to add it back in probably the version installed under full deps won't let pip install any other version with np 1.6.1: https://travis-ci.org/cpcloud/pandas/jobs/8783101 let's see what happens with full deps... |
well that was stupid...i forgot that apt removes deps too |
lxml is also not being installed... |
actually it is, in fact, a scikits.timeseries installation issue. it doesn't see that numpy is installed and installs the np1.7 wheel |
ok then only have scikit timeseries if we have numpy 1.7? |
1.7 is only installed on python 3.3...so timeseries would only be run on python 3...but not really because timeseries is only for full deps where python 3.3 is not |
why can't we just use the install that comes on the box? it uses 1.6.1 |
not sure about the version for py3 tho |
I think the problem with the box install is that it compiles it....takes a while.... you could make the 3.3 full deps (much faster now anyhow)....and put scikit-timeseries only there....(or maybe even drop it......) |
i meant the one installed by apt |
but can't do that bc 1.6.1 is installed for py3.3 so that won't work |
IIRC all the builds are np 1.7 except 3.3? |
the other way around |
all are 1.6.1 except 3.3 which is 1.7.0b2 at minimum |
oh...i would make one of the 2.7 ones use 1.7.1 then its the stable production one |
ok that works...then can use for scikits as well |
arg patsy also requires numpy... -__- |
i would rather not make all these changes and just figure out why pip is clobbering the previously installed versions... |
gosh i'm slow. @y-p do we need the |
try it. It was there to fix an issue, but that may have been due to a different problem. |
Continuing from #4143 (comment). |
re seperate versions based on underlying numpy, oh absolutely. Huge oversight on my part. How about you put together a requirements.txt with exact versions for each travis job, and |
do u mean 5 separate requirements.txt files (one for each travis job)? or just one? not sure how one would work unless it's going to be parsed... if each build has its own req file then you could do something like |
yup, that was the idea. since each job has it's own version of dependencies, |
quick before travis notices! |
cpcloud@21740a4 |
oh hold on i used the wrong env var |
cpcloud@8c64366 |
haha ur alter ego has awoken |
stats models? not on the requirements list? |
still in |
vagrant up in speedpack? |
not working...spits out a backtrace .... strange all my other vagrant boxes work fine |
anyways i'll take it, but i can't really do it until tmrw |
well...a few hours that is |
please use @y-p. it's building everything now, I'll upload when it's done, vagrant 1.2.2. |
@y-p looks like you deleted your comment above. i can't remember if there were any important details there...anyway it's up and working on my machine, is the idea that i can use it to test the wheels? also, what else as far as URLs go needs to be done for Just out of curiosity is there any particular reason you don't want to maintain this? |
scratch that i need to add full deps in python3.3 |
ok upon further inspection 2.6, and the production 2.7 build are working correctly, others are not 2.7 local-override build is compilling something against np 1.7, i need to do further investigation |
looks like the versions of pytables and matplotlib used by the local-override build are compiled against np1.7 |
@y-p i see. will change the urls to match the folders on the server |
@y-p can u throw up a |
I put up some new packages on the server, one directory per each. as for maintainting it: just lack of time, nothing else. |
yeah i got it working except for 3.2 and 3.3 |
The packages are up on the server, one dir per job, I had to switch to numpy Probably won't have more time to spend on this during the week, so I've disabled the use of |
will do. it's running on travis now...this is the last thing to fix before cutting a release candidate... |
@y-p would you mind updating |
glad to hear it, go ahead and move the pointer over to your server. Here's the script I used:
the beta pip/setuptools had some issues, had to intervene manually to get things going here are the requirements filenames:
To be placed in ci/speedpack. It's your baby now, good luck. |
thanks. |
numpy 1.6.1 supposed to be installed here ?
https://travis-ci.org/pydata/pandas/jobs/8782276
statsmodels not installing
https://travis-ci.org/pydata/pandas/jobs/8782274
#4128
The text was updated successfully, but these errors were encountered: