HylaruCoder

Results 12 comments of HylaruCoder

Oooops! Its my network configuration error. my local machine works now!

Same issue here. Android 6.0.0, Xposed 88.2 and Inspeckage 2.3 it does not work.

@timkofu I tried this and solved > pip install Cython git+https://github.com/rkern/line_profiler.git

maybe its a Cython Problem? @timkofu

@timkofu I guess maybe there is something different from installation from githuburl or pypi. because ``` pip3 install line_profiler==2.1.1 ``` not working too Actually, I use Poetry to build my...

I also encountered this after upgrade to 2.2.0 use this snippet before using collection (for example, after reloading my webapp , i execute this) ```python collection = get_my_collection() if not...