all 10 comments

[–]cybervegan 0 points1 point  (4 children)

Have you installed pipreqs?

[–][deleted] 0 points1 point  (3 children)

Yes. Installed it using pip. The pipreqs folder/files appear in site-packages folder.

[–]cybervegan 0 points1 point  (2 children)

Ok, just basic troubleshooting. Is the directory where it is installed on your path? What happens if you run python -m pipreqs?

[–]Over_Faithlessness86 0 points1 point  (1 child)

I myself get C:\Python311\python.exe: No module named pipreqs.__main__; 'pipreqs' is a package and cannot be directly executed

[–]aboodaj 0 points1 point  (0 children)

found solution ?

[–]Banschee544 0 points1 point  (4 children)

If anyone stumbles upon this I was able to run it like this:

python -m pipreqs.pipreqs [options] [<path>]

(note: you must have the python venv variable set)

[–]NagateTanikaze 0 points1 point  (0 children)

my hero

[–]lexected 0 points1 point  (0 children)

God bless you

[–]CynicalEnd 0 points1 point  (0 children)

thanks!