When I use "pip install POT", it failed. It depended on Cython. However, it seems that it forgets to tell pip that it depends on Cython. I solve this problem by install Cython first. However, if we write both Cython and POT into requirements.txt, the installation will fail. Could anyone solve that?