Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPDF2 is missing from output with --use-local (although installed) #196

Open
bersbersbers opened this issue Mar 6, 2020 · 1 comment
Open

Comments

@bersbersbers
Copy link

bersbersbers commented Mar 6, 2020

PyPDF2 is installed and I import it in my project, but when I use pipreqs --use-local, it is missing from the output, while it is included in the output of pipreqs:

user@host:~/temp> pip freeze | grep PyPDF2
PyPDF2==1.26.0

user@host:~/temp> ll
total 4
-rw-r--r-- 1 user group 38 Mar  6 12:46 my.py

user@host:~/temp> cat my.py 
import PyPDF2
print(PyPDF2._version)

user@host:~/temp> python my.py
<module 'PyPDF2._version' from '/home/user/.pyenv/versions/3.7.6/lib/python3.7/site-packages/PyPDF2/_version.py'>

user@host:~/temp> pipreqs --print
PyPDF2==1.26.0
INFO: Successfully output requirements

user@host:~/temp> pipreqs --print --use-local

INFO: Successfully output requirements
@natss
Copy link

natss commented Jun 6, 2020

I have the absolutely same thing with scikit-learn. pipreqs doesn't see it in the environment.

$ pip freeze | grep scikit
scikit-learn==0.23.1

$ pipreqs --print | grep scikit
INFO: Successfully output requirements
scikit_learn==0.23.1
$ pipreqs --print --use-local| grep scikit
INFO: Successfully output requirements

P.S. pipeqs is also installed in this project's enviroments .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants