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
When appmap creates a default config for a project directory that contains a virtual environment, it includes all the packages installed in the venv. This isn't desirable and causes various failures.
If possible, it should detect a directory that's a venv and ignore it.
The text was updated successfully, but these errors were encountered:
What are the steps required to reproduce this? I've installed appmap in a new directory containing a venv with some packages, but the resulting appmap.yml only contains
IIRC, you need to create the venv in the project's root directory, and the venv directory name needs to not start with a ., and not be node_modules (not that any project would do the latter).
When
appmap
creates a default config for a project directory that contains a virtual environment, it includes all the packages installed in the venv. This isn't desirable and causes various failures.If possible, it should detect a directory that's a venv and ignore it.
The text was updated successfully, but these errors were encountered: