ZiqianXu

Results 4 comments of ZiqianXu

Hi Fred, thanks for working on the fix. You could upload to any public key server, for example "pgp.mit.edu" or "certserver.pgp.com", just let us know where to download the key...

Hey @thebjorn, were you able to root cause the issue? I'm having similar issue with relative path import via `from . import `. It's for a simple OSS module [grpc...

Hey @thebjorn, thanks for the quick response! But what's the reason for .pyc only generated for some python files like pyyaml but not for other packages like [cffi](https://github.com/python-cffi/cffi)?

Hey @thebjorn, I think the compiled .pyc for `yaml` created when [yaml is imported](https://github.com/thebjorn/pydeps/blob/cbe993b71ea9f3b3fed1c15326869697640bab6d/pydeps/py2depgraph.py#L279) in pydeps. Somehow python module loader fails to compile to the system python directory(like /usr/local/lib/python3.8/dist-packages/yaml/) but...