You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I believe you should ensure that pigar recognizes your virtual environment. This implies that you may need to install pigar in your virtual environment.
Is it possible for pigar to be automatically recognized, if I install it globally, and execute this program under pipenv shell?
Alternatively, pipenv can add a specified local index path. For example, specify .venv/Lib/site-packages
I believe you should ensure that pigar recognizes your virtual environment. This implies that you may need to install pigar in your virtual environment.
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.0
pigar
:2.1.1
Additional context
Add any other context about the problem here.
pigar -l DEBUG [command]
will give you debug level logs.The text was updated successfully, but these errors were encountered: