Skip to content

Conversation

@weixuanfu
Copy link

A quick PR for related issue #433

@weixuanfu weixuanfu changed the base branch from master to development April 30, 2017 11:49
@kuratsak
Copy link

kuratsak commented Apr 30, 2017

one idea, when i put 1.0.2 in requirements.txt to test this, this command:

pip install -r requirements.txt

Failed. Might be worth to put in requirements.txt:

deap==1.0.2.post2

Which is a version pip did manage to find for me (and tests passed with this).

I'm not sure what the best fix here is, but it seems pip under anaconda doesn't have deap==1.0.2 in it.

EDIT:

BTW, I'm testing on:
Linux version 3.10.0-327.28.2.el7.x86_64 ([email protected]) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Wed Aug 3 11:11:39 UTC 2016

which is Centos if I understand correctly.

@weixuanfu
Copy link
Author

Hmm, my anaconda environment somehow has 1.0.2. Maybe most users will follow the installation instruction online for installing TPOT, which should not have this issue.

@kuratsak
Copy link

kuratsak commented Apr 30, 2017 via email

@rhiever
Copy link

rhiever commented Apr 30, 2017

DEAP 1.0.2 is out on PyPi: https://pypi.python.org/pypi/deap

So any version of pip should pick it up.

@rhiever rhiever merged commit 52c305f into EpistasisLab:development Apr 30, 2017
@kuratsak
Copy link

kuratsak commented May 1, 2017 via email

@kuratsak
Copy link

kuratsak commented May 1, 2017 via email

@weixuanfu
Copy link
Author

Hmm, you are right, it should be 1.0.2.post2, very strange. I will resubmit this PR to fix it soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants