Yongyang Yu

Results 5 comments of Yongyang Yu

Let me see what's going on there.

The bottleneck is the select_rank() function. I am trying to understand why this is so slow on osx.

I did add the option  "install_requires = ['cython >= 0.19.2’]” in the setup.py file. The problem is that the command “python setup.py build_ext - - inplace” works fine for building...

pylibbvg installation issue is fixed. The virtualenv works fine with the new update of 2.0.21. The previous problem comes from missing the header file folder. I also figured out the...

It seems that install_requires=['Cython'] does not install the cython dependency correctly. I have updated it to a new version which forces to install cython before the installation of the package....