Describe the bug
I get an error when running any command
Failed to load plugin venv=pdm_venv.plugin:entry_point: cannot import name 'is_venv_python' from 'pdm.utils' (/home/vscode/.local/lib/python3.10/site-packages/pdm/utils.py)
To Reproduce
Steps to reproduce the behavior:
Install pdm and pdm-venv `pip install --user pdm pdm-venv
Run command 'pdm config -vv'
See error
pdm config -vv
Failed to load plugin venv=pdm_venv.plugin:entry_point: cannot import name 'is_venv_python' from 'pdm.utils' (/home/vscode/.local/lib/python3.10/site-packages/pdm/utils.py)
Site/default configuration (/etc/xdg/pdm/config.toml):
# Isolate build environment from the project environment
build_isolation = True
# The root directory of cached files
cache_dir = /home/vscode/.cache/pdm
# Check if there is any newer version available
Expected behavior
Maybe we should inform users about pdm-venv integration because it was a surprise for me and I spent some time defining the problem's origin.
Screenshots
System (please complete the following information):
Describe the bug I get an error when running any command
To Reproduce Steps to reproduce the behavior:
Expected behavior Maybe we should inform users about
pdm-venv
integration because it was a surprise for me and I spent some time defining the problem's origin.Screenshots
System (please complete the following information):
pdm
version: 2.0.0pdm-venv
version: 0.5.0