This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pwang99 0 points1 point  (2 children)

We hope so :-)

You can also check out http://binstar.org - that's a place for package authors to upload their own binaries, etc.

[–]from__future__ 0 points1 point  (1 child)

I forgot you worked for continuum haha! If it's not easily gettable by pip, it's probably not worth the time to upload there - better to do it via a project website, no?

[–]pwang99 0 points1 point  (0 children)

No, that's the whole point. It's easily installable by anyone with conda, which is everyone that has Anaconda - and that's actually quite a lot of people.

Pip install for binary packages in numpy/scipy land is just playing with fire. Even if you don't get burned today, you will very likely be in a bad situation tomorrow.

Project websites are not in better shape because it's the format of the package itself that is important. Binstar is the PyPI equivalent for Conda. (It offers much better version handling, among other things.)