Karl Lin

Results 5 comments of Karl Lin

macOS has same issue, and already check is occur by "attrdict" I think attrdict3 should be add into dependency, not ask developer manual install it.

I has same issue, I use Python 3.7 with pipreqs pipreqs found I import pandas, but pipreqs write latest version and python3.7 wasn't use latest pandas version

maybe you can try UTF8 mode (set env PYTHONUTF8=1) https://peps.python.org/pep-0540/ I occur same problem and use this to resolved

trying to ignore dist folder (generated by PyInstaller), I has same issue and I found is dist folder ``` pipreqs --ignore dist/,venv/,__pycache__ --print ```