rgbkrk / ipython-notebook-cookbook

:book: IPython Notebook Cookbook for Deployment via Chef
Apache License 2.0
41 stars 10 forks source link

dependency ntlk install fails with setuptools>=10.0 #14

Closed JasonBoyles closed 9 years ago

JasonBoyles commented 9 years ago

There's an open issue for ntlk:

https://github.com/nltk/nltk/issues/824

Looks like the only workaround is to use setuptools<10.0

If we drop the ntlk requirement, what does that cost us?

I'm able to install ipython[notebook]==2.2.0 without it, it seems.

Guessing the ntlk 3.0.1 release will fix this, but no ETA.

rgbkrk commented 9 years ago

Thanks for reporting this. nltk should be standalone, perhaps we'll just drop it for now unless someone complains.

Thanks for your stalwart dedication to the cookbook and orchestration templates. Mind if I add you as a collaborator @JasonBoyles?

rgbkrk commented 9 years ago

Went ahead and dropped nltk in 459d7de3974b7cb31d636d2e7b6f9935d88338ca. Pretty annoying that setuptools introduced backwards incompatible changes meaning our pinned dependency of nltk was useless.

JasonBoyles commented 9 years ago

You're welcome! Sure you can add me as a contributor! I'd be happy to help!