pipreqs icon indicating copy to clipboard operation
pipreqs copied to clipboard

Difference in installed vs reported module version.

Open castroavila opened this issue 1 year ago • 2 comments

Hi,

I created an environment with conda. Executing pipreqs . creates the requirements.txt file reporting scipy==1.14.0. But when checking with pip3 list | grep scipy is shown scipy==1.13.0. Similar with another module. Any idea on why this occurs?

Thanks.

castroavila avatar Jul 03 '24 13:07 castroavila

Same probelm. Need help!

itanfeng avatar Oct 29 '24 08:10 itanfeng

That's a problem on how pipreqs finds the versions... But I am not sure what's the best way to resolve it

jonas-eschle avatar Apr 07 '25 16:04 jonas-eschle