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 running a scan for a python project it says "Please install and activate a virtual environment before running Xray scan. Then, install your Python project in that environment."
To Reproduce
Follow steps in doc, but instead of pypi environment use conda environment (per vscode docs)
Get above error when trying to run a scan.
Versions
JFrog VS-Code extension version: v1.6.0
The text was updated successfully, but these errors were encountered:
Conda is not yet supported. We'd like to support it in the future.
For packages installed by Pip, we use pipdeptree to build and analyze the dependency tree. However, in order to support Conda, we'll probably have to use the conda-tree.
We'll keep you updated once Conda will be supported.
Describe the bug
When running a scan for a python project it says "Please install and activate a virtual environment before running Xray scan. Then, install your Python project in that environment."
To Reproduce
Follow steps in doc, but instead of pypi environment use conda environment (per vscode docs)
Get above error when trying to run a scan.
Versions
The text was updated successfully, but these errors were encountered: