PDM does not correctly install packages working in the same top level directory #2378
Closed
1 task done
Labels
🐛 bug
Something isn't working
Projects like dbt and its adapters make use of the same top level directory (
dbt
) to install one or more adapters into dbt. When you installdbt-postgres
using pip, you correctly see the adapter in the folderdbt/adapters
in yoursite_packages
. When you do the same with PDM, the adapter is not there. It cannot be found by Python either.Steps to reproduce
pdm init
pdm add dbt-postgres
.venv/bin/python -c 'from dbt.adapters.postgres import PostgresAdapter'
Actual behavior
Expected behavior
No error
Environment Information
The text was updated successfully, but these errors were encountered: