circstat / pycircstat

Toolbox for circular statistics with Python
MIT License
157 stars 42 forks source link

Installation from github seems to fail if pandas not already installed #46

Closed tomwallis closed 4 years ago

tomwallis commented 8 years ago

I was just trying to install pycircstat in an environment that did not contain pandas. The installation (via pip install git+https://github.com/circstat/pycircstat.git) seemed to hang indefinitely. Once I installed pandas the pycircstat install proceeded with no problems.

It seems as if the pycircstat dependencies are not being handled correctly by pip? Perhaps because they're listed as "setup_requires"? It would be good to have some warning then.

avdaranyi commented 4 years ago

This would fix it: #69