Jun S
Jun S
For me it is not related to `--scan-notebooks` because I have no notebooks. Adding `--scan-notebooks` does not solve the problem
> Use conda install anaconda::pandas command into jupyter command terminal The issue is not related to conda, nor jupyter. pipreqs should work without conda or jupyter.
I have same problem numpy is reported twice. ``` matplotlib==3.8.2 numpy==1.24.1 numpy==1.21.5 pandas==2.2.2 ``` It should give 1.24.1 which is installed in global. 1.21.5 is in a conda environment that...
I identified where the problem is. pipreqs will check all directories in `sys.path`. You can check with ```python import sys print(sys.path) ``` Sometimes you have different versions of packages but...
same. extremely small on my screen (4k 15.6' screen)