openai / InfoGAN

Code for reproducing key results in the paper "InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets"
https://arxiv.org/abs/1606.03657
1.06k stars 309 forks source link

python-dateutil #4

Closed zdx3578 closed 8 years ago

zdx3578 commented 8 years ago

install python-dateutil instead dateutil;

Could not find a version that satisfies the requirement dateutil (from -r requirements.txt (line 3)

dribnet commented 8 years ago

Aha, yes - sorry about getting the name wrong in #3 - I had installed the dependency manually and should have run pip freeze to verify the name. Doing so now, my output includes python-dateutil==2.5.3, so your version looks right to me.

neocxi commented 8 years ago

Thanks for the PR!