Describe the bug
When I use Pigar in a pipenv environment, it show The following module(s) are not found yet:
However, all packages have been correctly installed with pipenv.
To Reproduce
Steps to reproduce the behavior:
pipenv shell
pigar generate
Expected behavior
Pigar should recognize these packages installed in the pipenv virtual environment, rather than going to pypi to retrieve them again .
Context (Environment)
- OS: Windows
- Version of
Python: 3.11.0
- Version of
pigar: 2.1.1
Additional context
Add any other context about the problem here.
pigar -l DEBUG [command] will give you debug level logs.
Describe the bug
When I use Pigar in a pipenv environment, it show
The following module(s) are not found yet:However, all packages have been correctly installed with pipenv.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pigar should recognize these packages installed in the pipenv virtual environment, rather than going to pypi to retrieve them again .
Context (Environment)
Python:3.11.0pigar:2.1.1Additional context
Add any other context about the problem here.
pigar -l DEBUG [command]will give you debug level logs.