pdm-project / pdm-venv

A plugin for pdm that enables virtualenv management
https://pdm-project.github.io/pdm-venv
MIT License
24 stars 4 forks source link

Cannot create virtualenv #18

Closed mcdevitts closed 3 years ago

mcdevitts commented 3 years ago

With a fresh install of pdm and pdm-venv (installed and injected via pipx), I cannot create virtual environments.

Running: image

pdm version: 1.8.0 pdm-venv version: 0.3.0 Python version: 3.7 OS: Windows

I wish I had more to report, but I hit a brick wall and the verbose option doesn't provide more insight. Let me know what else would help to debug this issue.

frostming commented 3 years ago

I can't reproduce. Can you try to expose the verbose error information by any means? If --verbose doesn't work, try modifying the code under pdm/core.py

mcdevitts commented 3 years ago

Running a slightly different version of the command, I at least get the same error with a traceback: image

frostming commented 3 years ago

Nice, that is helpful, fixing it.